How to run java program in windows 10 using command prompt
How to run java program in notepad and cmd
Java is the most popular platform independent computer programming language that operates on the Oops concept. It is a fast, secure, reliable programming language for coding everything from mobile apps and enterprise software to big data applications and server-side technologies.
Any computer language requires some software tools to run. Similarly, to run a Java program, you must first install JDK on your system.
Then open the notepad and write the Java program.Save the file with the same name given to the class in the Java program and Give the file extension java.
Go to the folder, After that, press Alt+D type CMD press enter key CMD will open on that folder.
Just type javac file_name.java.
Java simple program practice for beginners
Java program adding two number
Java program adding two integer number
Java Right Triangle Pattern Program
Java left triangle pattern program
Comments
Post a Comment