Sunday, June 7, 2020

What is the difference between a JDK and a JVM in Java?

JDK stands for Java Development Kit. It is the main component of Java environment. It provides all executable, tools and binaries needed to compile, execute and debug a Java program. JDK is a software that is specific to each platform. The installers for this software are separate for Mac, Windows and Unix systems. It is […]


The post What is the difference between a JDK and a JVM in Java? appeared first on Code with C.