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 is the main use of generics in java?
how to one war file class to another war file class?
What is io stream in java?
what is abstract class in Java?
What is return keyword in java?
What are basic data types?
Is static variable stored in heap?
What is the use of set in java?
Is minecraft 1.15 out?
What is meant by method overriding?
What do you understand by classes in java?
Can you access the private method from outside the class?
What do you mean by static variable?
Given a singly linked list, how will you print out its contents in the reverse order? Can you do it with consuming any extra space?
How to obtain a performance profile of java program