Answer Posted / niranjanravi
packages are separate naming context fora group of classes
and interfaces.It provides a high layer of access
protection and name space management.Theya re also used to
organise related classes and interfaces into a single API
unit and to control the accessibility of these classes and
interfaces.
java.lang,java.lang.Throwable.javax.servlet.java.rmi
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is map in java?
What is initial size of arraylist in java?
What is difference between checked and unchecked exception in java?
What do you mean by platform independence?
What is the difference between the final method and abstract method?
What are 3 boolean operators?
Which collection is thread safe in java?
What is the difference between the size and capacity of a vector?
What is nan in java?
What are the methods to rectify ambiguities in the interfaces in JAVA?
Difference between Linked list and Queue?
What is the basic difference between string and stringbuffer object?
Why do we need data structure in java?
What is a void method?
What is encapsulation in java?