How many primitive data types are there in java
7
8
5
6
Which of the following package holds PrintStream class?
java.util
java.lang
java.io
java.awt
When will an exception occur in a program?.
Compilation time
Run time
Writing time
Interpretation
What is added by Println automatically at the end of the text being printed?
\t
\n
\o
Which of the following Java package includes input output methods?
What exception can be thrown by ParseInt method?
Arithmetic
ClassNotFound
NumberFormat
IO
Which of the following is not an exception handling mechanism?
try
catch
finalize
throw
Which of the following package contains system class?
Java.io
Java.lang
Java.rmi
Java.util
Which stream class stores information about the connection between an input device and the computer or programs?
InputStream
OutputStream
InputStreamReader
OutputStreamReader
Which of the following method converts a double type value to a string ?
Substring
charAt
compareTo
ValueOf