org.codelabor.example.helloworld
Class HelloWorld

java.lang.Object
  extended by org.codelabor.example.helloworld.HelloWorld

public class HelloWorld
extends Object

HelloWorld 메인 클래스

Author:
Shin Sang-jae

Constructor Summary
HelloWorld()
           
 
Method Summary
static void main(String[] args)
          메인 메소드
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HelloWorld

public HelloWorld()
Method Detail

main

public static void main(String[] args)
메인 메소드

Parameters:
args - 입력 아규먼트


Copyright © 2011 CODELABOR. All Rights Reserved.