Roadmap to becoming a developer in 2022
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

10 lines
1.0 KiB

# Files and APIs
Learn how to work with files i.e., reading, writing and deleting, files and folders, etc. Also, learn how to make API calls, parse the incoming response, and so on.
<ResourceGroupTitle>Free Content</ResourceGroupTitle>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.marcobehler.com/guides/java-files'>How To Work With Files In Java</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.javatpoint.com/java-file-class'>Java File Class</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.geeksforgeeks.org/file-class-in-java/'>Java.io.File Class in Java</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.digitalocean.com/community/tutorials/java-httpurlconnection-example-java-http-request-get-post'>Java HttpURLConnection Example - Java HTTP Request GET, POST</BadgeLink>
<BadgeLink colorScheme='yellow' badgeText='Read' href='https://www.twilio.com/blog/5-ways-to-make-http-requests-in-java'>5 ways to make HTTP requests in Java</BadgeLink>