Java Tools & Files
Common file types and tools used in Java development.
We'll cover the following...
We'll cover the following...
1.
What files do we write Java code in?
0/500
Show Answer
1 / 6
Commonly Used Java Tools
| Name | Used For |
|---|---|
| java | Launches a java application. |
| javac | The Java programming language compiler, javac, reads source files written in the Java programming language, and compiles them into bytecode class files. |
| javadoc | Javadoc is a tool that parses the ... |