0
Which three tools are included in the jdk
java
2 odpowiedzi
+ 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