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 |
Can we use static class instead of singleton?
What is the use of collections in java? How it is implemented in real time applications?
What is the entry point in Java, and how is it written?
What are the different conditional statements?
Is class forname reflection?
What are aggregate functions explain with examples?
What are order of precedence and associativity, and how are they used?
Explain the importance of throws keyword in java?
What is an accessor?
When finalize method is called?
Is there any need to import java.lang package?
What is a boolean structure?