What is the information that the program must convey to the user?
input
application
output
data
Which will store the input received from an InputStreamReader object?
InputStream
OutputStream
InputStreamReader
BufferedReader.
Which of the following is not an exception handling mechanism?
try
catch
finalize
throw
What exception can be thrown by ParseInt method?
Arithmetic
ClassNotFound
NumberFormat
IO
Which of the following object is used to create a BufferedReader object?
BufferedReader
When will an exception occur in a program?.
Compilation time
Run time
Writing time
Interpretation
What is any information that is needed by your program to complete its execution?
Input
Application
Output
none of these
System.in is a ___________object.
outputstream
inputoutputstream
inputstream
stream
Which of the following problem can be solved by Exception handling?
compile time error
runtime error
static error
Which of the following package holds PrintStream class?
java.util
java.lang
java.io
java.awt