What is JDK and JRE in Java?



Suraj Said

+0 -0

JDK
JDK is stand for "Java Development Kit" is basically a environment where we can develop Java applications and applets.

JRE
JRE is stand for "Java Runtime Environment" it provides the runtime environment where we can use the minimum requirement like (JVM, class, object) for running the Java basic Application.



Submit Your Response