Computer Science, asked by isaiah67, 1 year ago

What is a package in java?​

Answers

Answered by Soumok
7

QUESTION:What is a package in java?

_____________________

ANSWER⤵⤵

A PACKAGE IS A COLLECTION OF DIFFERENT CLASSES AND THEIR FUNCTIONS WHICH CAN BE USED IN A PROGRAM..

HOPE IT HELPS U...

♯BE BRAINLY❗

Answered by Anonymous
8

Here is your answer______

A package in Java is used to group related classes. Think of it as a folder in a file directory. We use packages to avoid name conflicts, and to write a better maintainable code. ... Built-in Packages (packages from the Java API) User-defined Packages (create your own packages)

Similar questions