Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

JSP%20Interview%20Questions%20and%20Answers

Question: What is a Java package and how is it used?
Answer: A Java package is a naming context for classes and interfaces. A package is used to create a separate namespace for groups of classes and interfaces. Packages are also used to organize related classes and interfaces into a single API unit and to control accessibility to these classes and interfaces.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook