Answer Posted / ilavarasi
1.A package is a grouping of related types providing access
protection and name space management.
2.The types refers to classes, interfaces, enumerations,
and annotation types.
3.Enumerations and annotation types are special kinds of
classes and interfaces, respectively.
| Is This Answer Correct ? | 15 Yes | 3 No |
Post New Answer View All Answers
What is singleton class example?
Can a class be defined inside an interface?
What is an off by one error in java?
Is java a compiler?
Can we extend singleton class in java?
Is array serializable java?
What does g mean in regex?
Can arraylist hold different types java?
What is java used for?
What is class and object in java?
What are locale settings?
Explain the private protected method modifier?
What is JVM and is it platform independent?
How many bits is a string?
Does a class inherit the constructors of its superclass in java programming?