Answer Posted / krishna kumar g.
Collection(I)
/ \
List(I) Set(I)
/ \ / \ \
ArrayList Vector HashSet LinkedHashSet SOrtedSet(I)
|
TreeSet
Map(I)
/ | \ \
Hastable HashMap LinkedHashMap SortedMap(I)
| Is This Answer Correct ? | 30 Yes | 2 No |
Post New Answer View All Answers
How many Action classes have been used in your project? Differences between struts 1.1 and 1.3?
What is the purpose of form-be tag in struct-config.xml?
Lists the bundled validators in struts?
How can we write our own interceptor and map it for action?
What is ognl?
What is spring and struts in java?
Which design pattern the interceptors in struts2 is based on?
What are the reasons for an error message not being displayed while developing struts application?
Briefly tell the two kinds of form beans.
How the flow of various requests happens in struts application?
What is the purpose of execute method of action class?
How many instances of servlet usually run in a struts application ?
Why aren’t the struts tags maintained as part of the jakarta taglibs project ?
What’s the difference between struts and espresso?
What is role of actionservlet?