Contact Us || Privacy Policy || About Us |
|
Simple Program run in JavaThere are following step write java program that is... Step 1 : Open the Notepad Step 2 : Write the java program on notepad. Step 3 : Save the program by the class name Test.java, in javaprog folder just like in fig. . ![]() ![]() Step 4 : Open the command prompt. Step 5 : Run program like in fig. To compile: javac Test.java To execute: java Test ![]() Compilation Flow:: Java program run by this step. ![]() Meaning of Java Program
Next TopicHow to Set Path
|