What are the part(s)in executing a Java program and their purposes?
A) Java Compiler B) Java Interpreter. C) Both of the above D) None of the above Explanation: The Java Compiler is used for compilation and the Java Interpreter is used for execution of the application.
RE: What are the part(s)in executing a Java program an...
Contradictory
For executing Interpreter is used. Answer should be B if you are going logically to the question there is no answer to execute a java program 1. Check for java pakages 2. Check for jre 3. write java program 4. compile 5. execute.
My Suggestion is Pharse the question properly and clearly. I have seen lot ot guestions like this.