-
Which of the following methods are methods of the Math class?
A) absolute( )B) log( )C) cosine( )D) sine( )
-
What are the constants defined by Byte, Short, Integer and Long? 1. MAX_VALUE,2. MIN_VALUE3. TYPE.
A) 1, 2B) 2, 3C) 1, 2, 3D) 1, 3
-
Because finalize () belongs to the java.lang.Object class, it is present in all ___.
A) objectsB) classesC) methodsD) interfaces.
-
What is the range of the char type?
A) long - 0 lB) float - 0.0 fC) double - 0.0 dD) char – null