Multiple choice

java is ...........

  1. A programming language

  2. A run-time environment

  3. A class library

  4. all of the above

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

Java encompasses multiple components: the programming language syntax, the Java Virtual Machine (JVM) runtime environment that executes Java bytecode, and the extensive Java Class Library frameworks that provide pre-built functionality.