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 keyword auto for?
Explain different ways of creating a thread. Which one would you prefer and why?
How does linkedhashmap work in java?
Is java call by reference?
Which package is used for pattern matching with regular expressions?
Can a class be private?
What is finally in Java?
what state does a thread enter when it terminates its processing? : Java thread
What is a flag value?
How does list work in java?
How can you read content from file in java?
What is a numeric format?
How do you use substring in java?
What is stringwriter?
What is a singleton class? Give a practical example of its usage.