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
Explain about struts?
What's mvc pattern ?
What is the difference between requestaware and servletrequestaware interface?
What are the benefits of Interceptors in Struts2?
How can we display all validation errors to user on jsp page?
What is the purpose of @before?
What are the custom tags?
What is the purpose of @action annotation?
What is the use of Struts.xml configuration file?
What is the purpose of @element annotation annotation?
Can we have more than one struts-config.xml file for a single struts application?
How we can install struts?
What are the conditions for actionform to work correctly?
What is struts in j2ee?
What is dispatchaction?