Computer Science, asked by diya0650, 3 months ago

you may or may not include java.io.* package in a Stream reader class program.
State weather the sentence is true or false. (write the correct sentence if it is false)​

Answers

Answered by udayagrawal49
10

Answer:

The given statement is - "You may or may not include java.io.* package in a Stream reader class program".

The given statement is false because if java.io.* package is not imported in a Stream reader class program, then the program will give an error.

So, the correct statement is - "You have to include java.io.* package in a Stream reader class program".

More about Java - Java is a high-level programming language developed by Sun Microsystems. It is an object-oriented programming language.

Similar questions