Answer Posted / guest
Package is a separate naming context for the group of
classes and interfaces.It provides a high level layer of
access protection and name space management.Packages can
have access specifiers.
| Is This Answer Correct ? | 13 Yes | 2 No |
Post New Answer View All Answers
What is collection sort in java?
What are the basic control structures?
What is the difference between Error, defect,fault, failure and mistake?
What is getclass () getname () in java?
What is the function of java?
Difference between final and effectively final ? Why is effectively final even required ?
What does string [] args mean?
Differentiate between static and non-static methods in java.
Explain wait(), notify() and notifyall() methods of object class ?
how to write a program for sending mails between client and server
What is the map interface in java programming?
Describe what a thread-local variable is in java?
Differentiate between nested and inner class in java.
What are different types of states exist for a thread?
Why stringbuffer is faster than string?