how do you refer to a class in a package in Java? Give an example.
Answers
Answered by
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