Which of the following problem can be solved by Exception handling?
compile time error
runtime error
static error
none of these
Which stream class stores information about the connection between an input device and the computer or programs?
InputStream
OutputStream
InputStreamReader
OutputStreamReader
How many primitive data types are there in java
7
8
5
6
Which of the following package contains system class?
Java.io
Java.lang
Java.rmi
Java.util
System.in is a ___________object.
outputstream
inputoutputstream
inputstream
stream
Which of the following class translates data bytes received from InputStream objects into a stream of characters?
BufferedReader
When will an exception occur in a program?.
Compilation time
Run time
Writing time
Interpretation
Which Java class have System.out as its instance?
PrintReader
printWriter
PrintStream
printLine
Which of the following object is used to create a BufferedReader object?
What is any information that is needed by your program to complete its execution?
Input
Application
Output