edu.pdx.cs399J.lang
Class Hello
java.lang.Object
edu.pdx.cs399J.lang.Hello
public class Hello
- extends Object
This class simply prints "Hello World".
- Author:
- David Whitlock
|
Constructor Summary |
Hello()
|
|
Method Summary |
static void |
main(String[] args)
This method is where the JVM starts executing. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Hello
public Hello()
main
public static void main(String[] args)
- This method is where the JVM starts executing.
- Parameters:
args - Command line arguments from console
Copyright © 2000-2009 Portland State University. All Rights Reserved.