Multiple choice technology programming languages

End-users use a ____________ installed on their own machine for standalone Java applications.

  1. JRE

  2. SDK

  3. Both 1 & 2

  4. None of the above

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

The Java Runtime Environment (JRE) contains the JVM and core libraries required to run compiled Java applications on an end-user's machine, whereas the SDK is for development.