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
Is java jre still free?
How do you use nextline in java?
Can we have multiple classes in a single file?
What is purpose of applet programming?
What is arguments in java?
What does sprintf return?
What is scope & storage allocation of global and extern variables? Explain with an example
What is the purpose of static methods and static variables?
What is prime number in java?
what is predefined function in java?
What is the use of join method?
Differentiate between stringbuffer and string?
how can you catch multiple exceptions in java?
Is it possible to write a regular expression to check if string is a number?
What does the ‘static’ keyword mean? Is it possible to override private or static method in java?