edu.pdx.cs399J.lang
Class Hello

java.lang.Object
  extended by 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
 

Constructor Detail

Hello

public Hello()
Method Detail

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.