How to create, compile and run a Java file from Command Prompt CMD

Published: 13 November 2019
on channel: Project Code Mastery
153
7

In this video I how you how to create and run a Java file from Command Prompt or cmd.
I have put the source code for the class below:

public class App{

public static void main(String args[]){
System.out.println("You can do this.");
}

}


Watch video How to create, compile and run a Java file from Command Prompt CMD online, duration hours minute second in high quality that is uploaded to the channel Project Code Mastery 13 November 2019. Share the link to the video on social media so that your subscribers and friends will also watch this video. This video clip has been viewed 153 times and liked it 7 visitors.