Moderate

Which command is used for interpretation of java program_______________?

Correct answer: A. Java

  • A. Java
  • B. javap
  • C. javac
  • D. none of above

Explanation

The java command launches the JVM and runs compiled Java bytecode, while javac compiles source code and javap disassembles class files. Thus, java is the command associated with interpreting or executing a Java program.

Last updated

Practise Software Design and Architecture

493 free Software Design and Architecture MCQs from Software Engineering, each with the correct answer and an explanation. Unlimited attempts, no account needed.

Exams that ask Software Engineering questions like this

Software Engineering is on this paper prepared for on TestUstad, and all of them draw the same bank, so this question is worth knowing for it.

Related questions