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 a java string?
What do you mean by synchronized non access modifier?
What is the use of a copy constructor?
What is structure of java heap? What is perm gen space in heap?
Explain the difference between jdk, jre, and jvm?
Can we have more than one package statement in source file ?
What does it mean that strings are immutable?
What is an immutable class?
What are different types of references?
Why do we use return statement?
What is final?
What is the synonym of procedure?
What is the importance of hashcode() and equals() methods?
Why do we need variables?
Write a program to find the whether a number is an Armstrong number or not?