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.
- FileWriter - this class is useful to create a file by writing characters into it
- FileReader - this class is useful to read data in form of characters from file
Visit the following resources to learn more: