-
-
-
-
-
What is the use of valueOf( ) method?
A) It converts data from its internal format into a human-readable form.B) It converts integer value to stringC) It converts string to int valueD) None of the above
-
-
-
-
-
-
-
-
-
-
What are the part(s)in executing a Java program and their purposes?
A) Java CompilerB) Java Interpreter.C) Both of the aboveD) None of the aboveExplanation: The Java Compiler is used for compilation and the Java Interpreter is used for execution of the application.
-
-
-
-
-
Java Interview Questions
Ans