-
-
-
-
-
-
-
-
-
-
-
-
What are the Object and Class classes used for
The Object class is the highest-level class in the Java class hierarchy. The Class class isused to representthe classes and interfaces that are loaded by a Java program.
-
-
-
-
-
-
-
What is the result of expression 5.45 + "3.2"?
A) The double value 8.6B) The string ""8.6"C) The long value 8.D) The String "5.453.2"
-
Which of these is the correct format to use to create the literal char value a?
A) 'a'B) "a"C) new Character(a)D) 00a
Java Interview Questions
Ans