Java: package and import Keyword
Java: package and import Keyword
Java package is a mechanism to a group of similar types of classes, interfaces, and sub-packages. java Package categorizes in two forms:
Built-in Package
User Define Package
Built-in Package
Java provides lots of built-in packages as per specific requirements. Here is a list of most frequently used built-in packages:
Package Name Descriptionjava.applet It provides the classes related to…
View On WordPress

















