What happens at compile time?
At compile time, java file is compiled by Java Compiler (It does not interact with OS) and converts the java code into bytecode.
What happens at runtime?
At
runtime, following steps are performed:
|
|||||||||||
Q) Can you save a java source file by other name than the class name?
|