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 are jee technologies?
whats the difference between == and .equal ?
How does hashset works in java?
How are Observer and Observable used?
Explain about the main() method in java?
What is balanced tree in java?
What is the Concept of Encapsulation in OOPS
what is the difference between object and class
How many techniques can be employed to create a string object?
When garbage collector invokes object?s finalize() method?
What is the static keyword?
What is the difference between actual and formal parameters?