Java Syntax
Here, we will learn how to understand first program in java. What all is included in a Java program will be discussed i.e. Java syntax.
Learn how to setup Java and run your Java program before beginning with understanding the first Java program.
Create a new file StudyopediaDemo and save it as StudyopediaDemo.java, since java program has .java extension. The name of the file should match the class name, So, the class name in our program is StudyopediaDemo:
In this lesson, we learned about Java syntax and what is public static void main.
0 comments:
Post a Comment