목록2025/09/16 (1)
devseop08 님의 블로그
Systempublic final class System { private static native void registerNatives(); static { registerNatives(); } private System() { } public static final InputStream in = null; public static final PrintStream out = null; public static final PrintStream err = null; // Initial values of System.in and System.err, set in initPhase1(). private s..
Language/Java
2025. 9. 16. 14:57