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 anonymous class in java?
What are assertions in java?
What is the flag in java?
what is ejb? what is the importance of ejb?
What is use of set in java?
What is a final class ?
Can we use a switch statement with strings?
What is stream api in java8?
What is anonymous class?
Why does java have different data types for integers and floating-point values?
What are the fileinputstream and fileoutputstream?
Can you use abstract and final both with a method?