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 |
Which is the best way of exception handling?
What two classes are used to read data only?
0 Answers TryTechnicals Pvt Ltd,
Explain about assignment statement?
Why operator overloading is not in Java?
List out benefits of object oriented programming language?
What code optimizations techniques you follow in general practice?
2 Answers Accenture, TCS, Wipro,
How to convert string to byte array and vice versa?
What is meant by polymorphism?
How do you check if a number is a perfect square?
Why string is immutable with example?
can we take more than one null values for Unique constraints.
What do you understand by weak reference?