how java program actually run code example
Example: how java programm actually run
At compile time, java file is compiled by Java Compiler (It does not interact with OS) and converts the java code into bytecode
At compile time, java file is compiled by Java Compiler (It does not interact with OS) and converts the java code into bytecode