Java programming software: To compile and run Java program code you need to download JDK (Java Development Kit). ... Javac is the Javacompiler which converts java code into bytecode. To run type: javamain_method_class where main_method_class is the name of the class which defines "main" method.
0 Comments
If you have any doubts,please let me know