加载中...
The Wayback Machine - https://sup1a9wrlpyh5li9ro.vcoronado.top/web/20090321071921/http://java.sun.com:80/docs/books/tutorial/essential/environment/cl.html
Trail: Essential Classes
Lesson: The Platform Environment
Section: System Utilities
Command-Line I/O Objects
Home Page > Essential Classes > The Platform Environment
Command-Line I/O Objects
System provides several predefined I/O objects that are useful in a Java application that is meant to be launched from the command line. These implement the Standard I/O streams provided by most operating systems, and also a console object that is useful for entering passwords. For more information, refer to I/O from the Command Line in the Basic I/O lesson.
Previous page: System Utilities
Next page: System Properties