Answer Posted / royal
It is introduced in java 2 before to that there are five legacy classes and one legacy interface
Vector
HashTable
Properties legacy classes Eenumeration legacy interface
Dictionary
Stack
There are some problem in above listed legacy classes to avoid these problem Sun has introduced collection framework in Java 2.
In the collection frame work there are the three different category:--------
List :----- collection of object with duplicate.
Set :----- collection of object without duplicate.
Map :--- collection of key value pairs
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What are the components of struts framework?
What is role of actionservlet?
What are the differences between http direct and http indirect?
What is used to display the intermediate result in an interceptor?
What is use of i18n interceptor?
What is the role of action class in struts?
What are the Core classes of Struts Framework?
What is struts.devmode?
What is the difference in using Action interface and ActionSupport class for our action classes, which one you would prefer?
What is the procedure of operation of a form tag?
Can you explain the directory structure for a struts folder in brief ?
What does action do in struts?
How is the action mapping specified?
What is the difference between forwardaction and includeaction?
Are struts and shocks the same?