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 is sizeof in java?
What are the characteristics of java?
What is the difference between the font and fontmetrics classes in java programming?
When do I need to use reflection feature in java?
What is the use of string and stringbuffer?
Is string serializable in java?
What is autoboxing in java?
What is the use of pattern in java?
What is the purpose of skeleton and stub?
What does I ++ mean?
What is the use of singleton?
What is the static import?
What are loops in java? What are three types of loops?
Explain restrictions for using anonymous inner classes?
How to display arraylist values in java?