1) Hello Java programJun 29, 20171 min readProgram :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 ) #pjava
Comments