Search

What is the difference between a JDK and a JRE ?

JDK, Java Development Kit is for development purpose and it includes execution environment also. But JRE is purely java run time environment and hence we will not be able to compile our source files using a JRE.