Multiple choice technology programming languages

Java Platform is made of?

  1. Java Virtual Machine

  2. Java Programming Language

  3. Java Application Programming Interface

  4. 1, 2 & 3

  5. 1 & 3

  6. 2 & 3

Reveal answer Fill a bubble to check yourself
E Correct answer
Explanation

The Java Platform consists of the Java Virtual Machine (JVM) and the Java Application Programming Interface (API). The Java Programming Language is separate from the platform itself - it's what you write code in, but the platform is what runs it. Therefore, option E (1 & 3) is correct.