Let us write our first Java program to print “Hello World! This is my first Java program. Save as hello.java
Note : IDE stands for "Integrated Development Environment". It is a platform over which programs can be written across various languages. IDE provides developers the luxury to write, compile, execute and test the programs without the use of any external command. |