Answer Posted / ravikiran(aptech mumbai)
Array is not growable where as vector is growable
array can hold similar type of datatype elements...where as
vector holds different datatyped objects
| Is This Answer Correct ? | 41 Yes | 8 No |
Post New Answer View All Answers
What does this () mean in java?
Can we rethrow the same exception from catch handler?
Explain what access modifiers can be used for variables?
What is integers and example?
Implement a stack with push (), pop() and min() in O(1) time.
Can we convert list to set in java?
What is the difference between yield() and sleep()?
What is data type example?
Have you ever used hashtable and dictionary?
What language is an assembler written in?
What are the three best choices for a development environment?
What is default switch case? Give example.
What is the difference between the paint() and repaint() methods?
How are variables stored?
If a class is declared without any access modifiers, where can the class be accessed?