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.

Showing Answers 1 - 3 of 3 Answers

venmani

  • Jul 17th, 2006
 

answer c

  Was this answer useful?  Yes

p_kandukuri

  • Aug 23rd, 2006
 

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.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions