-
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.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
What are all the methods used for Inter Thread communication and what is the class in which these methods are defined?
A) wait(),Object classB) notify(),Object classC) notifyall(),Object classD) wait(), Thread class
-
-
-
We can buffer a RandomAccessFile
Skill/Topic: AWT & AppletsA) TrueB) False
Java Interview Questions
Ans