Answer Posted / vijayakumar chinnasamy
Collection of class and interfaces stored under specific
name is called as packages.
eg: ArrayList,Vector,HashTable are class available in the
packahe java.util.
some of the packages are,
java.lang, java.io,
java.util,javax.servlet.http.HttpServlet.. etc.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the lifetime and scope of a variable?
What is the major advantage of external iteration over internal iteration?
What is pangram in java?
What are classloaders?
What is parse method?
What is a boolean expression in java?
Which is better ascii or unicode?
What is the purpose of the finalize() method?
What is the difference between && and & in java?
What does arrays sort do in java?
What is difference between static and abstract class?
What modifiers may be used with a top-level class?
Why arraylist is not synchronized in java example?
Difference between static binding and dynamic binding?
What is the purpose of assert keyword used in jdk1.4.x?