Embed presentation
Downloaded 12 times

![• class Hello
• { //start class
• public static void main (String [ ] arg)
• {//start main method
• System.out.println(“Hello Shahzad how are you“);
• } //end main method
• } // end class](https://image.slidesharecdn.com/javasimpleprogram-121210074515-phpapp02/85/Java-simple-program-2-320.jpg)










This Java program contains a class called Hello with a main method that prints out the message "Hello Shahzad how are you". It defines a simple Java class with a main method that outputs a greeting string to the console.

![• class Hello
• { //start class
• public static void main (String [ ] arg)
• {//start main method
• System.out.println(“Hello Shahzad how are you“);
• } //end main method
• } // end class](https://image.slidesharecdn.com/javasimpleprogram-121210074515-phpapp02/85/Java-simple-program-2-320.jpg)








