Program in Java to print Hello World.
class Hello{ public static void main(String []args){ System.out.println("Hello World."); } }
Output :-
JAVA PROGRAMS
Hi, welcome to my website Programming.OM. My name is Om prakash kartik. This blog helps you to learn programming languages concepts and technique.
Program in Java to print Hello World.
class Hello{ public static void main(String []args){ System.out.println("Hello World."); } }
0 Comments