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 is pojo in struts2?
What are the benefits of the struts system?
What is the purpose of execute method of action class?
How action-mapping tag is used for request forwarding in struts configuration file?
How many struts config file can be created in struts?
What is struts?
What are Struts2 core components?
What is discontinuous strut?
Are interceptors thread safe?
How can we group related actions in one group in Struts?
What is struts-default package and what are it’s benefits?
What are the benefits of Interceptors in Struts2?
What is the purpose of @intrangefieldvalidator annotation?
What is the purpose of constant tag in struts.xml?
What design patterns are used in struts?