JDK stands for “Java
Development Kit” and it is used to build and develop the java programs.
Java Development Kit (JDK)
internally contains JRE, compiler, debugger and all set of library and files to
build the java programs.
Without JDK, we can’t build and compile any java
programs.
Java Development Kit (JDK) provides
all the tools, executable files and binaries required to compile, debug and
execute a Java Program. The execution part is handled by JVM to provide machine
independence.
I hope you are enjoying with this post! Please
share with you friends! Thank you!!