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
Explain method overloading?
How to compare two strings in java program?
Explain about the performance aspects of core java?
What is a jagged array in java?
Explain abstract class in java?
Which is bigger float or double java?
What is the benefit of abstract class?
What are scalar data types?
What is an immutable object? How do you create one in java?
What are the features of junit?
Why do we need wrapper classes?
What are the characteristics of Final,Finally and Finalize keywords.
Can we declare a class as static?
What do you understand by the term wrapper classes?
What is return code?