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 |
Can I learn java without any programming experience?
describe synchronization in respect to multithreading? : Java thread
What is finally in exception handling?
What does \ mean in regex?
Explain the usage of this with constructors?
What is static keyword?
Java does not support multiple inheritance. how interface helps in the same?
what are the differences between java and .net?..why u choose java?
what is difference between excute query ()and execute update ()?
Is null == null in java?
What is codebase?
How hashset works internally in java?