Computer Science, asked by shashwatprathmesh0, 5 months ago

how do you refer to a class in a package in Java? Give an example.​

Answers

Answered by ItzRiya07
4

Answer:

Package in Java is a mechanism to encapsulate a group of classes, subpackages and interfaces. Packages are used for: ... For example there can be two classes with name Employee in twopackages, college.

Similar questions