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 |
What will happen if we declare don’t declare the main as static?
What is the public field modifier?
how to fing linkedlist is circular or not?
What is return type in java?
What is stop(), suspend(), resume() method?
How do you read and print a string in java?
What is the difference between JVM and JRE?
What does indexof mean?
Is java same as core java?
Which sorting is best in java?
Write a program to check string is palindrome without using loop?
Is binary a low level language?