answersLogoWhite

0

What is packaged programs?

Updated: 8/11/2023
User Avatar

Wiki User

9y ago

Best Answer

A Java package is a mechanism for organizing Java classes into namespaces similar to the modules of Modula. Java packages can be stored in compressed files called JAR files, allowing classes to download faster as a group rather than one at a time. Programmers also typically use packages to organize classes belonging to the same category or providing similar functionality. 1. A package provides a unique namespace for the types it contains. 2. Classes in the same package can access each other's members.

User Avatar

Wiki User

15y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is packaged programs?
Write your answer...
Submit
Still have questions?
magnify glass
imp