Answer Posted / nikhil shah
Ans 1: Vector and ArrayList are growable or shrinkable
where as Array is not.
Ans 2: Array is not a primitive data type in java but it is
referenced data type.
Ans 3:Vector is implemented from list Interface
| Is This Answer Correct ? | 52 Yes | 11 No |
Post New Answer View All Answers
What is a finally block? Is there a case when finally will not execute?
Why charat is used in java?
what invokes a threads run() method? : Java thread
Give a practical example of singleton class usage?
How do you square a number?
Can an abstract class be a final class?
Differentiate between run time error and syntax error.
Define inheritance with reference to java.
What is main difference between variable and constant?
What advantage do java's layout managers provide over traditional windowing systems?
Can private method static?
Why are global variables used?
What's the access scope of protected access specifier?
Where is core java used?
Why can't you declare a class as protected?