Top
Previous Next
The Java Language CS 161 - Java

String and System objects

String - not a primitive, an Object

System

A JDK provided class that contains useful class fields and methods.

String and System are part of the Java API's java.lang package

Browsable at http://cs.gmu.edu/~jdoughty/cs161/jdk1.2.2/docs/api/
Top
Previous Next
jwd