One of hundreds of answers available with our premium content service.
A: Once you have written the Java source code file, there is only one step required to compile it. To compile the class from the command line, you need to give the path to the compiler program, such as Sun javac, and the path of the source code file, like this:
… full answer hidden
Premium members click below for full answer
What are the steps in compiling a class?