Computer Science, asked by rakhshandirect7698, 3 months ago

The command javac is used to

Answers

Answered by parishmitad978Pari
3

Answer:

The javac command reads source files that contain module, package and type declarations written in the Java programming language, and compiles them into class files that run on the Java Virtual Machine. The javac command can also process annotations in Java source files and classes.

Similar questions