1) Hello Java program
- Mahesh Bhat M
- Jun 29, 2017
- 1 min read
Program :
class hello{ public static void main(String args[]){ System.out.println("Hello Java"); } }
Program which is typed in notepad++
The ouput for the above program ( using Command Prompt )
Comments