What is an array and a vector? How they different from each
other?
Answer Posted / suhas
1)Array is a collection framework class.
Vector is a legacy class.
2)Array is not synchronised by default
Vector is Synchronised by default
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What do you mean by aggregation?
What is nan inf?
what is the difference between thread and runnable types? : Java thread
What is a generic type?
What is the default value of byte datatype in java?
What is anagram word?
Why is a singleton bad?
Is jdk required on each machine to run a java program?
Can there be an abstract method without an abstract class?
What is anti pattern in cyber security?
What is the difference between ArrayList and Vector? which one is better in Java
What is data type modifier?
What is a private class in java?
How is java created?
Explain the usage of this with constructors?