what jdk is used for? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

what jdk is used for?

26th Aug 2016, 4:48 PM
ankita
ankita - avatar
2 Answers
+ 1
Java development kit(JDK) is for Java applications development purpose. Java runtime environment(JRE) is for running Java application. if you just want to run Java applications JRE is enough. for development we need JDK. you can install JRE alone. or if you install JDK, JRE will comes with it
26th Aug 2016, 5:56 PM
Gouda Kiran
Gouda Kiran - avatar
+ 1
JDK is used for compiling, documenting and running your Java programs. it contains the necessary tools that are required for using Java on your system.
31st Aug 2016, 8:38 AM
Naveen Karthik
Naveen Karthik - avatar