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 is encapsulation in java?
What is static keyword?
Is ruby built on java?
What is the difference between a static and a non-static inner class in java programming?
What is the default value of byte datatype in java?
Are arrays passed by reference in java?
Difference between concurrent hashmap and hashtable and collections
What are java methods?
What is main method?
Difference between string s= new string (); and string s = "abv";?
How can the checkbox class be used to create a radio button?
What is the use of volatile in java?
Is char a method in java?
What is difference between core java and java ee?
Can a class with private constructor be extended?