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 |
When a thread is executing synchronized methods , then is it possible to execute other synchronized methods simultaneously by other threads?
how its run?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is continuity of a function?
Can we overload destructor in java?
How to instantiate member inner class?
which one is performance wise advantageious from List,Set,Map?
What class is used to create Server side object?
What is thread safe java?
whats the purposr of using serialization?
Can you add null to a list java?
What is the difference between Stream Reader and Stream Writer?