Spec-Zone .ru
спецификации, руководства, описания, API
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.


Problems with the examples? Try Compiling and Running the Examples: FAQs.
Complaints? Compliments? Suggestions? Give us your feedback.

Previous page: System Utilities
Next page: System Properties