Header Ads

Very Very Simple Java Program

Very Very Simple Java Program

 

Very Very Simple Java Program 

Hello, friends ! 

This is a try to teach you and refresh myself own, the world widely used programming language Java. So this is basically an open source widely used. Here we will see a very very simple Java program, that prints This is very very simple Java Program. 

So it is as below...... If you are using any editor as Eclipse or Intelij or Visual Studio Code the just copy below code and paste in it save as SJPprint01.java and then run it. 

public class SJPprint01 {

public static void main(String[] args) {

System.out.println("This is very very Simple Java Program");

}

}


No comments

Powered by Blogger.