Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- public class MyFirstJavaProgram{
- /* This is my first java program. * This will print 'Hello World' as the output */
- public static void main(String []args){
- System.out.println("Hello World"); // prints Hello World
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment