Computer Science, asked by LUNAlovegood1581, 1 year ago

What is package in java?explain nesting pavkages with a program?

Answers

Answered by Appocolix
1
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