Answer Posted / 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 |
Post New Answer View All Answers
What are java methods?
Which sorting algorithm is in place?
What is natural ordering in java?
Is sizeof a keyword in java programming?
Explain the hierarchy of java exception classes?
How do you compare values in java?
When we should use serialization?
How do you square a number?
How do I convert a numeric ip address like 192.18.97.39 into a hostname like java.sun.com?
What is :: operator in java?
What are the different ways to handle exceptions?
What is functional interface in javatpoint?
How do you check if a string is lexicographically in java?
Name container classes in java programming?
What is the use of using enum to declare a constant?