Which three tools are included in the jdk | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Which three tools are included in the jdk

java

21st Jan 2017, 6:58 PM
Bablu Kashyap
Bablu Kashyap - avatar
1 Answer
+ 3
Javac The java compiler that compiles your source code into bytecode Jdb The debugger tool to help you find logic errors in your code Jar The java archiving tool groups all of your code into an "executable" file Jre. Java run time environment allows you to run java programs on any platform
21st Jan 2017, 9:13 PM
Pat Gekoski
Pat Gekoski - avatar