Computer Science, asked by Anonymous, 11 months ago

Explain the term :

1. Object

2. Arrays

3. File handling


50 points (:​

Answers

Answered by HariesRam
18

Answer:

<body bgcolor=white><marquee scrollamount="0" direction="up"><font color=red >

  1. Objects are basic concepts of Object Oriented Programming which revolve around the real life entities.
  2. An array is a collection of similar type of elements which have a contiguous memory location.
  3. You could mean the process by which a software handles its Input/Output operations with binary/text files.

❤️

Answered by Anonymous
10

\huge\underline\bold{AnswEr}

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