Explain the term :
1. Object
2. Arrays
3. File handling
50 points (:
Answers
Answered by
18
Answer:
- Objects are basic concepts of Object Oriented Programming which revolve around the real life entities.
- An array is a collection of similar type of elements which have a contiguous memory location.
- You could mean the process by which a software handles its Input/Output operations with binary/text files.
❤️
Answered by
10
File Handling in Java permits us to create, read, update, and delete the files, which are stored on the local file system. There are two types of File handling in Java – FileWriter, and FileReader, which can perform all the file operations in Java Program.
and refer to the attachment
Attachments:
Similar questions