CodeClerks

Hello World in Java !



Write the reason you're deleting this FAQ

Hello World in Java !

Java is a OOP language. It was developed by James Gosling at Sun Microsystems. (which has since been acquired by Oracle Corporation) and released in 1995 as a core component of Sun Microsystems JAVA platform. However, recently I have just started learning JAVA programming. Its little different from C and C++ but its still have some similar syntax. Today i have just run the Hello world program and want to share it here Hello World in Java !  Its my new experience...

public class HelloWorld {   public static void main(String[] args) {
      // Prints "Hello, World" in the terminal window.
      System.out.println("Hello, World");
   }
}
 

In JAVA we can't do anything without class. Even we will need to use a class for main method (similar to function). However, I will try to share my learned code/algorithms here and will also like to learn from you guys. 
I hope you guys will share your Java codes/algorithms with me. Hello World in Java ! 

Comments

Please login or sign up to leave a comment

Join
simicartan
hey thank you for sharing this with us. I much appreciate it!

App Marketing Made Easy



Are you sure you want to delete this post?