JAVA CLASSES
Most Popular Java Classes
| CLASS | ENABLES |
|---|---|
| java.applet | Applets to be incorporated into a web page. |
| java.awt | Windowed applications to be created and able to paint graphics and images. |
| java.awt.event | Programs and applets to respond to user actions such as button clicks. |
| java.awt.geom | Program and applets to draw two-dimemsional shapes such as circles and rectangles. |
| java.io | Program and applets to read from and write to external files. |
| java.lang | The basis of the Java programming language available throughout all classes. |
| java.math | Programs and applets to perform advanced mathematical calculations. |
| java.net | Networking applications such as handling URL web addresses. |
| java.util | Utility functions like date, time, and random number generation. |
| javax.swing | Graphical components like buttons and text fields that work across platforms. |
To add an entry or request an alteration, click here.