3 most commonly used tools are
Categories: Core Java
3 most commonly used tools are
- javac - This tool ise usedc to complie java code .This i a compiler for Java.
- java -Run java code .It launching programs on the Java Runtime Environment
- javadoc - Uesd to generate documentation for your project.