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 aggregation in java?
How do you write a conditional statement?
Difference between Interface & Abstract class?
Can a lock be acquired on a class?
What is a treemap in java?
Can we have multiple catch block for a try block?
Define an applet in java?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? Or extending thread class or implementing runnable interface. Which is better? : Java thread
What are different types of access modifiers?
What is math floor in java?
what is difference between global methods and local methods?
What is a method ?