home *** CD-ROM | disk | FTP | other *** search
/ Developer Source 17 / Developer Source Volume 17 (I-MODE Publications, Inc.)(2000).iso / webin / mar97 / van0f112.gif < prev    next >
Graphics Interchange Format  |  1998-02-10  |  16.3 KB  |  353x333  |  4-bit (15 colors)
   ocr: Class Description java.lang Contains essential Java classes. By detault, it's implicitly imported into every Java file, so you don't need to specify import java.lang. N at the peginning of every file. java.io Contains classes used to do input/output. A lot of classes let you stream data in and out to different sources. java.util Contains utility classes, such as hash tables and vectors. java.net Contains classes to use network connections. These can be used in combination with the classes in java.10 to read/write information from the network. java.awt Contains classes that let you write platfo ...