[ Web Proxy ]
URL:
Viewing: https://docs.oracle.com/en/java/javase/24/docs/api/java.base/java/lang/System.html [Back]  [Original]

System (Java SE 24 & JDK 24)
Contents 
Hide sidebar ❮❯ Show sidebar
  1. Description
  2. Nested Class Summary
  3. Field Summary
  4. Method Summary
  5. Field Details
    1. in
    2. out
    3. err
  6. Method Details
    1. setIn(InputStream)
    2. setOut(PrintStream)
    3. setErr(PrintStream)
    4. console()
    5. inheritedChannel()
    6. setSecurityManager(SecurityManager)
    7. getSecurityManager()
    8. currentTimeMillis()
    9. nanoTime()
    10. arraycopy(Object, int, Object, int, int)
    11. identityHashCode(Object)
    12. getProperties()
    13. lineSeparator()
    14. setProperties(Properties)
    15. getProperty(String)
    16. getProperty(String, String)
    17. setProperty(String, String)
    18. clearProperty(String)
    19. getenv(String)
    20. getenv()
    21. getLogger(String)
    22. getLogger(String, ResourceBundle)
    23. exit(int)
    24. gc()
    25. runFinalization()
    26. load(String)
    27. loadLibrary(String)
    28. mapLibraryName(String)

Class System

java.lang.Object
java.lang.System

public final class System extends Object
The System class contains several useful class fields and methods. It cannot be instantiated. Among the facilities provided by the System class are standard input, standard output, and error output streams; access to externally defined properties and environment variables; a means of loading files and libraries; and a utility method for quickly copying a portion of an array.
Since:
1.0


Web Proxy Viewer  |  New URL  |  Original Page