what is the difference between ArrayList and Vector
Answer Posted / mallikarjuna
yes ArrayList is not syncronized on multiple threads and
not give correct result but Vector is syncronized 0n
multiple threads and it give correct result
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What is linked hashmap and its features?
What does java final mean?
Define an applet in java?
How do we access static members in java?
Can we declare an array without size in java?
Define inheritance?
Why scanner is used in java?
Explain the overview of UDP messaging.
What are annotations in java?
whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net
Which language is java?
What is boolean logic?
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?
What is collection class in java? List down its methods and interfaces.
Explain notify() method of object class ?