explain the collection in java
Answer / 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 |
What is JDK? Mention the variants of JDK?
What is linked hashmap and its features?
How does sublist works in java?
What is more advisable to create a thread, by implementing a Runnable interface or by extending Thread class?
Where the CardLayout is used?
Default layout of panel and frame?
What are the advantages of inner classes?
What is meant by flickering?
what is the main difference between string and stringbuffer? can you explain it with program?
What about anonymous inner classes in java?
What is the frontend and backedn in Java?
What are the java ide’s?