Page: (Bot) (Prev) (Next) Class: (Outline) (Summary) (Assign) (Answer) Course: (Cover) (Content) (Glossary)
IT508 - INTERNET PROGRAMMING - CLASS 4
SYSTEM PROPERTIES

To: (System) (Runtime)

UNDER CONSTRUCTION - SEE TEXT CHAPTER 14

System Class (Top)

The java.lang.System class implements operations that can examine and manipulate system information in a platform independent manner. This class can not be instantiated.

Runtime Class (Top)

The java.lang.Runtime class implements operations for system functions such as loading libraries, executing programs, and performing garbage collection. This class can not be instantiated. The System class provides shortcuts to many of the operations in this class. For example, the System.exit() operation invokes the Runtime.exit() operation.


Page: (Top) (Prev) (Next) Class: (Outline) (Summary) (Assign) (Answer) Course: (Cover) (Content) (Glossary)

Prepared by David L. March -- Last Revised on September 22, 1998
COPYRIGHT © 1998 BY DAVID L. MARCH