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 bmg file and how to create that files?what will it contailn?
What are the advantages of autoboxing?
A non-static inner class may have object instances that are associated with instances of the class’s outer class. A static inner class does not have any object instances.
Why multiple inheritance is not supported by java?
Write a function to print Fibonacci series and Tribonacci series?
What do you mean by inner class in java? Explain
How is it possible in java programming for two string objects with identical values not to be equal under the == operator?
What is a local, member and a class variable?
Can I learn java without any programming experience?
How many decimal digits is 64 bit?
What is percentage in java?
What is the use of math abs in java?
Can we force garbage collector to run ?
What are drawbacks of singleton class?
Explain about class in java?