Computer Science, asked by saiteja24, 1 year ago

what is a package of java

Answers

Answered by kinjalsolanki
2
Java package can be store in compressed files called JAR files , allowing classes to be download faster as groups rather than individually .

It is the mechanism for organizing java classes namespaces similar to the modules modula.


MAY IT WILL BE THE MOST HELPFUL TO YOU !!!!!!
Answered by Anonymous
3
A package is a namespace that organizes a set of related classes and interfaces. Conceptually you can think of packages as being similar to different folders on your computer. You might keep HTML pages in one folder, images in another, and scripts or applications in yet another.
Similar questions