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 the use of predicate in java 8?
Can a static class have a constructor java?
Why is string class considered immutable?
Can you pass functions in java?
what is aggregation in java?
Mention some interfaces implemented by linked list in java.
Why are lists ordered in java?
How do you compare objects in java?
Does constructor be static?
What is a parameter in a function?
What is a for loop in java?
What is the difference between final, finally and finalize()?
What is difference between filereader and bufferedreader?
Why we go for collections in java?
Why does it take so much time to access an applet having swing components the first time?