Implicit objects will be automatically instantiated under specific variable
names. Furthermore,each object
must adhere to a specific Java class or interface definition.
We have already met one of these objects already - the out object in which we
used the println() method to add text to the output stream.
|