What is a package?
Answers were Sorted based on User's Feedback
Answer / janet
A package is a collection of classes and interfaces that
provides a high-level layer of access protection and name
space management.
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / suganthi
Package are container for classes that are used to keep the
class name space compartmentalized.
| Is This Answer Correct ? | 1 Yes | 0 No |
What is an immutable class? How to create an immutable class?
What is the difference between processes and threads?
how to print output with out using sop statements
What are the standards to place package statement within a source code file?
Does windows 10 need java?
Can we define private and protected modifiers for the members in interfaces?
What is a singleton factory?
what are the different non-access specifiers in java?
What is java util collection?
What are the topics in advance java?
What is immutable in java?
What are the advantages of exception handling in java?