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 |
Is null a string?
why HashTable not allow null key and value
What occurs when an object is constructed?
How many types of keywords are there?
Explain different forms of polymorphism?
what is bytecode? watz the difference between machine code and bytecode?
Give few difference between constructor and method?
Is java 11 paid version?
Tell us something about an iterator.
What is the difference between final, finally and finalize() in java?
What are predicates in java 8?
Is main a function?