Answer Posted / supraja
Arrays
Has special language support
• Iterators
Iterator (i)
• Collections (also called containers)
Collection (i)
Set (i),
HashSet (c), TreeSet (c)
List (i),
ArrayList (c), LinkedList (c)
Map (i),
HashMap (c), TreeMap (c)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
What are data types in programming?
What super () does in java?
Is treeset sorted in java?
Is it possible to specify multiple jndi names when deploying an ejb?
What is a text string?
Does substring start with 0?
What is type conversion in java?
Differentiate between array list and vector in java.
What is main method?
When can you say a graph to be a tree?
Is boolean a wrapper class in java?
Which class cannot be a subclass in java?
Why are lists ordered in java?
What is boolean query?
What is the difference between the reader/writer class hierarchy and the inputstream/outputstream class hierarchy in java programming?