KnowledgeBoat Logo
|

Computer Applications

Assertion (A) JVM is a Java interpreter loaded in the computer memory as soon as Java is loaded.
Reason (R) JVM is different for different platforms.

  1. Both Assertion (A) and Reason (R) are true and Reason (R) is a correct explanation of Assertion (A).
  2. Both Assertion (A) and Reason (R) are true and Reason (R) is not a correct explanation of Assertion (A).
  3. Assertion (A) is true and Reason (R) is false.
  4. Assertion (A) is false and Reason (R) is true.

Java Intro

14 Likes

Answer

Both Assertion (A) and Reason (R) are true and Reason (R) is not a correct explanation of Assertion (A).

Reason — Assertion (A) is true as JVM interprets the byte code and executes the Java program. Reason (R) is true as JVM is different for different platforms such as Windows, Linux, MacOS etc. Reason (R) is not a correct explanation of Assertion (A).

Answered By

5 Likes


Related Questions