Advertisement
calcpage

APCS_SHORTS_Hello1.java

Oct 4th, 2013
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 5 0.25 KB | None | 0 0
  1. public class Hello1
  2. {
  3.     public static void main(String[] args)
  4.     {
  5.         //literal input
  6.         System.out.println("Hello World!!!");
  7.     }
  8. }
  9.  
  10. //WORM
  11. //ASCII
  12. //UNICODE
  13. //GUI ... WYSIWYG
  14. //CLI ... WYWIWYM
  15. //JDK: java, javac, javadoc, appletviewer
  16. //JRE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement