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
How can we use primitive data types as objects?
What is time complexity algorithm?
Why hashmap is used in java?
How we can run a jar file through command prompt in java?
What is function and method in java?
What is the different types of functions?
Write a java program for binary search?
what is comparable and comparator interface?
What is var keyword ?
What is collections framework?
What is meant by memory leak?
When is the finalize() called?
What are constants?
What’s the difference between the methods sleep() and wait()?
What is basic syntax?