0
What is the difference between JDK and JRE?
2 Answers
+ 1
JDK is a development kit and you need it to develop software
JRE is a runtime environment and you need it to run java applications
0
JDK ( Java Development Kit ) which has the development tools with it ...
JRE ( Java Runtime Environment ) provides you the real time environment with inclusive of java development tools ..