Basic HTML version of Foils prepared May 12 1996

Foil 71 Java System Packages

From CRPC Lectures on Java Language Applets Graphics CRPC Annual Meeting Tutorial -- May 14,1996. by Geoffrey C. Fox


1 java.lang Contains essential Java classes and is by default imported into every Java file and so import java.lang.* is unnecessary. Thread, Math, Object and Type Wrappers are here
2 java.io contains classes to do I/O. This is not necessary (or even allowed!) for applets which can't do I/O in Netscape!
3 java.util contains various utility classes that didn't make it to java.lang. Date is here as are hashtables
4 java.net contains classes to do network applications. This will be important for any distributed applications
5 java.applet has the classes needed to support applets
6 java.awt has the classes to support windowing -- The Abstract Windows Toolkit
7 java.awt.peer is a secret set of classes with platform dependent details

in Table To:


Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Sun Dec 14 1997