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 t type java?
What are the problems faced by java programmers who don't use layout managers?
What is independent and dependent variables in research?
What is java beans?
How do you convert an int to a string in java?
What are the different access modifiers available in java?
What is rule of accessibility in java?
How does arrays sort work in java?
What is the functionality of the stub?
What mechanism does java use for memory management?
Why we use set in java?
How do you clear a method in java?
What is balanced tree in java?
What will happen if non-synchronized method calls a static synchronized method and what kind of lock it acquires?
Can we force garbage collector to run ?