What is the Java API package?Explain it
Java API provides a large number of classes grouped into different packages according to functionality most of the time we use the packages available with the java API.
PACKAGE NAME:
java .lang : Language supports classes. These are classes that java compiler itself uses and they are automatically imported they include class for primitive type, string, math function, threads,exception.
java.util : Language utility classes such as vectors, #tables, random numbers, data etc.
java.io : Input output support classes. They provide facilities for I/O and of data.
java.awt : Set of classes for implementing graphical user interface. They include classes for windows, bottoms, list, menus, and so on.
java.net : Classes for networking . They include classes for communicating with local computers as well as with internet servers.
java.applet : Classes for creating and implementing applets.
No comments :
Post a Comment