Core Packages in Java SE 6
java.lang |
— basic language functionality and fundamental types |
java.util |
— collection data structure classes |
java.io |
— file operations |
java.math |
— multiprecision arithmetics |
java.nio |
— the New I/O framework for Java |
java.net |
— networking operations, sockets, DNS lookups, ... |
java.security |
— key generation, encryption and decryption |
java.sql |
— Java Database Connectivity (JDBC) to access databases |
java.awt |
— basic hierarchy of packages for native GUI components |
javax.swing |
— hierarchy of packages for platform-independent rich GUI components |
java.applet |
— classes for creating an applet |
The java.lang package is available without the use of an import statement.
Read more about this topic: Java Package
Famous quotes containing the word core:
“The ideal of men and women sharing equally in parenting and working is a vision still. What would it be like if women and men were less different from each other, if our worlds were not so foreign? A male friend who shares daily parenting told me that he knows at his very core what his wifes loving for their daughter feels like, and that this knowing creates a stronger bond between them.”
—Anonymous Mother. Ourselves and Our Children, by Boston Womens Health Book Collective, ch. 6 (1978)
Related Phrases
Related Words