InterviewSolution
Saved Bookmarks
| 1. |
Which component is used to compile, debug and execute java program?(a) JVM(b) JDK(c) JIT(d) JRE |
|
Answer» Right choice is (b) JDK Explanation: JDK is a core component of Java Environment and provides all the tools, executables and binaries required to compile, debug and execute a Java Program. |
|