0
what is the Main purpose of JDK in Java.
What does a JDK contains?
3 Answers
+ 1
Basically, It is who allow you to compile Java code into code that the JVM understands.
0
thank you 👍
0
A Java Development Kit (JDK) is a program development environment for writing Java applets and applications. It consists of a runtime environment that "sits on top" of the operating system layer as well as the tools and programming that developers need to compile, debug, and run applets and applications written in the Java language.