JavaTM 2
Platform
Std.  Ed.  v1. 4.0

java.lang.reflect
Ŭ·¡½º Modifier

java.lang.Object 
  |
  +--java.lang.reflect.Modifier

public class Modifier
extends Object

Modifier Ŭ·¡½º´Â Ŭ·¡½º³ª ¸â¹öÀÇ ¾×¼¼½º ¼ö½ÄÀÚ¸¦ º¹È£È­(decode)Çϱâ À§ÇÑ static ¸Þ¼Òµå³ª Á¤¼ö¸¦ Á¦°øÇÕ´Ï´Ù. ¼ö½ÄÀÚ¼¼Æ®´Â ´Ù¸¥ ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â º°°³ÀÇ ºñÆ® À§Ä¡¸¦ º¸°ü À¯ÁöÇÏ´Â Á¤¼ö·Î ³ªÅ¸³»Áý´Ï´Ù. ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â Á¤¼öÄ¡´Â ¡¸The JavaTM Virtual Machine Specification, Second edition ¡¹ÀÇ Ç¥ 4.1 ,4.4 ,4.5 , ¹× 4.7 À¸·Î ÁöÁ¤µÇ°í ÀÖ½À´Ï´Ù.

°ü·Ã Ç׸ñ:
Class.getModifiers() , Member.getModifiers()

ÇʵåÀÇ °³¿ä
static int ABSTRACT
          abstract ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int FINAL
          final ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int INTERFACE
          interface ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int NATIVE
          native ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int PRIVATE
          private ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int PROTECTED
          protected ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int PUBLIC
          public ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int STATIC
          static ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int STRICT
          strictfp ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int SYNCHRONIZED
          synchronized ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int TRANSIENT
          transient ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
static int VOLATILE
          volatile ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.
 
»ý¼ºÀÚÀÇ °³¿ä
Modifier ()
           
 
¸Þ¼ÒµåÀÇ °³¿ä
static boolean isAbstract (int mod)
          Á¤¼öÀÇ Àμö¿¡ abstract ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isFinal (int mod)
          Á¤¼öÀÇ Àμö¿¡ final ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isInterface (int mod)
          Á¤¼öÀÇ Àμö¿¡ interface ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isNative (int mod)
          Á¤¼öÀÇ Àμö¿¡ native ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isPrivate (int mod)
          Á¤¼öÀÇ Àμö¿¡ private ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isProtected (int mod)
          Á¤¼öÀÇ Àμö¿¡ protected ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isPublic (int mod)
          Á¤¼öÀÇ Àμö¿¡ public ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isStatic (int mod)
          Á¤¼öÀÇ Àμö¿¡ static ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isStrict (int mod)
          Á¤¼öÀÇ Àμö¿¡ strictfp ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isSynchronized (int mod)
          Á¤¼öÀÇ Àμö¿¡ synchronized ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isTransient (int mod)
          Á¤¼öÀÇ Àμö¿¡ transient ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static boolean isVolatile (int mod)
          Á¤¼öÀÇ Àμö¿¡ volatile ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.
static String toString (int mod)
          ÁöÁ¤µÈ ¼ö½ÄÀÚÀÇ ¾×¼¼½º ¼ö½ÄÀÚ Ç÷¡±×¸¦ ±â¼úÇϴ ij¸¯ÅÍ ¶óÀÎÀ» µ¹·ÁÁÝ´Ï´Ù.
 
Ŭ·¡½º java.lang. Object ¿¡¼­ »ó¼Ó¹ÞÀº ¸Þ¼Òµå
clone , equals , finalize , getClass , hashCode , notify , notifyAll , toString , wait , wait , wait
 

ÇʵåÀÇ »ó¼¼

PUBLIC

public static final int PUBLIC
public ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

PRIVATE

public static final int PRIVATE
private ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

PROTECTED

public static final int PROTECTED
protected ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

STATIC

public static final int STATIC
static ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

FINAL

public static final int FINAL
final ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

SYNCHRONIZED

public static final int SYNCHRONIZED
synchronized ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

VOLATILE

public static final int VOLATILE
volatile ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

TRANSIENT

public static final int TRANSIENT
transient ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

NATIVE

public static final int NATIVE
native ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

INTERFACE

public static final int INTERFACE
interface ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

ABSTRACT

public static final int ABSTRACT
abstract ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡

STRICT

public static final int STRICT
strictfp ¼ö½ÄÀÚ¸¦ ³ªÅ¸³»´Â int Ä¡ÀÔ´Ï´Ù.

°ü·Ã Ç׸ñ:
Á¤¼ö ÇʵåÄ¡
»ý¼ºÀÚÀÇ »ó¼¼

Modifier

public Modifier()
¸Þ¼ÒµåÀÇ »ó¼¼

isPublic

public static boolean isPublic(int mod)
Á¤¼öÀÇ Àμö¿¡ public ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ public ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isPrivate

public static boolean isPrivate(int mod)
Á¤¼öÀÇ Àμö¿¡ private ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ private ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isProtected

public static boolean isProtected(int mod)
Á¤¼öÀÇ Àμö¿¡ protected ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ protected ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isStatic

public static boolean isStatic(int mod)
Á¤¼öÀÇ Àμö¿¡ static ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ static ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isFinal

public static boolean isFinal(int mod)
Á¤¼öÀÇ Àμö¿¡ final ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ final ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isSynchronized

public static boolean isSynchronized(int mod)
Á¤¼öÀÇ Àμö¿¡ synchronized ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ synchronized ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isVolatile

public static boolean isVolatile(int mod)
Á¤¼öÀÇ Àμö¿¡ volatile ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ volatile ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isTransient

public static boolean isTransient(int mod)
Á¤¼öÀÇ Àμö¿¡ transient ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ transient ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isNative

public static boolean isNative(int mod)
Á¤¼öÀÇ Àμö¿¡ native ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ native ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isInterface

public static boolean isInterface(int mod)
Á¤¼öÀÇ Àμö¿¡ interface ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ interface ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isAbstract

public static boolean isAbstract(int mod)
Á¤¼öÀÇ Àμö¿¡ abstract ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ abstract ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

isStrict

public static boolean isStrict(int mod)
Á¤¼öÀÇ Àμö¿¡ strictfp ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true ¸¦, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false ¸¦ µ¹·ÁÁÝ´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ strictfp ¼ö½ÄÀÚ°¡ Æ÷ÇԵǴ °æ¿ì´Â true, Æ÷ÇÔµÇÁö ¾Ê´Â °æ¿ì´Â false

toString

public static String  toString(int mod)
ÁöÁ¤µÈ ¼ö½ÄÀÚÀÇ ¾×¼¼½º ¼ö½ÄÀÚ Ç÷¡±×¸¦ ±â¼úÇϴ ij¸¯ÅÍ ¶óÀÎÀ» µ¹·ÁÁÝ´Ï´Ù. ´ÙÀ½¿¡ ¿¹¸¦ ³ªÅ¸³À´Ï´Ù.
    public final synchronized strictfp
 
¼ö½ÄÀÚÀÇ À̸§Àº ¡¸The Java Language Specification, Second Edition ¡¹ÀÇ ¼½¼Ç §8. 1.1 ,§8. 3.1 ,§8. 4.3 ,§8. 8.3 , ¹×§9. 1.1 À¸·Î ÁöÁ¤µÈ ¼ö½ÄÀÚÀÇ ¼ø¼­¿¡ µû¶ó µ¹·ÁÁÖ¾îÁý´Ï´Ù. ÀÌ ¸Þ¼Òµå°¡ »ç¿ëÇÏ´Â ¿ÏÀüÇÑ ¼ö½ÄÀÚÀÇ ¼ø¼­´Â ´ÙÀ½°ú °°½À´Ï´Ù.
public protected private abstract static final transient volatile synchronized native strictfp interface
ÀÌ Å¬·¡½º³»¿¡¼­ ³íÇØÁö°í ÀÖ´Â interface ¼ö½ÄÀÚ´Â Java ¾ð¾îÀÇ ÁøÁ¤ÇÑ ¼ö½ÄÀÚ´Â ¾Æ´Ï°í, ÀÌ ¸Þ¼Òµå¿¡ ÀÇÇØ ¸®½ºÆ® µÇ´Â ´Ù¸¥ ¸ðµç ¼ö½ÄÀÚÀÇ µÚ¿¡ Ç¥½ÃµË´Ï´Ù. ÀÌ ¸Þ¼Òµå´Â Java ¿£Æ¼Æ¼ÀÇ À¯È¿ÇÑ ¼ö½ÄÀÚ°¡ ¾Æ´Ñ ¼ö½ÄÀÚÀÇ Ä³¸¯ÅÍ ¶óÀÎÀ» µ¹·ÁÁÝ´Ï´Ù. Áï, ÀÔ·ÂÀ¸·Î ÁöÁ¤µÈ ¼ö½ÄÀÚÀÇ Æí¼ºÀÇ À¯È¿¼ºÀº üũµÇÁö ¾Ê½À´Ï´Ù.

ÆÄ¶ó¹ÌÅÍ:
mod - ¼ö½ÄÀÚ¼¼Æ®
¹Ýȯ°ª:
mod ¿¡ ÀÇÇØ ³ªÅ¸³»Áö´Â ¼ö½ÄÀÚ ¼¼Æ®ÀÇ Ä³¸¯ÅÍ ¶óÀΠǥÇö

JavaTM 2
Platform
Std.  Ed.  v1. 4.0

¹ö±×ÀÇ º¸°í¿Í ±â´ÉÀÇ ¸®Äù½ºÆ®
ÀÌ¿ÜÀÇ API ·¹ÆÛ·±½º ¹× °³¹ßÀÚ¿ë ¹®¼­¿¡ ´ëÇØ¼­´Â Java 2 SDK SE °³¹ßÀÚ¿ë ¹®¼­¸¦ ÂüÁ¶ÇØ ÁÖ¼¼¿ä. °³¹ßÀÚÀü¿ëÀÇ »ó¼¼ÇÑ ÇØ¼³, °³³äÀÇ °³¿ä, ¿ë¾îÀÇ Á¤ÀÇ, ¹ö±×ÀÇ È¸ÇÇÃ¥, ¹× ÄÚµå ½Ç·Ê°¡ Æ÷ÇԵǾî ÀÖ½À´Ï´Ù.

Java, Java 2 D, ¹× JDBC ´Â ¹Ì±¹ ¹× ±× ¿ÜÀÇ ³ª¶ó¿¡ À־ÀÇ ¹Ì±¹ Sun Microsystems, Inc. ÀÇ »óÇ¥ ȤÀº µî·Ï»óÇ¥ÀÔ´Ï´Ù.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.