Category: General

Why is Jdk needed?

jdk is necessary to compile to code and convert java code to byte codes while jre is necessary for executing the byte codes. JDK includes the JRE plus co...