Home » JAVA Programming » Basic Syntax » Question
  1. Which component is used to compile, debug and execute java program?
    1. JIT
    2. JVM
    3. JRE
    4. JDK
    5. None of these
Correct Option: D

JDK is core component of Java Environment and provides all the tools, executables and binaries required to compile, debug and execute a Java Program.



Your comments will be displayed only after manual approval.