what is Vector class?

Answers were Sorted based on User's Feedback



what is Vector class?..

Answer / ravikiran(aptech mumbai)

vector class is from java.util package and all the methods
are synchronized and is a legacy class.and is a growable array

Is This Answer Correct ?    3 Yes 0 No

what is Vector class?..

Answer / janet

The Vector class provides the capability to implement a
growable array of objects

Is This Answer Correct ?    2 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is Java Shutdown Hook?

0 Answers  


Which containers may have a MenuBar?

1 Answers  


What is HashTable?

4 Answers  


Explain serialization and deserialization in java?

0 Answers  


y cant i declare method like public final static show()

3 Answers  






What is the need of "creating and throwing an UserdefinedException" when the "Exception" class is already available?

4 Answers  


Explain the difference between abstraction and encapsulation.

0 Answers  


What is the definition of tree ?

0 Answers   Amazon,


What is covariant return type?

0 Answers  


How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?

1 Answers   Huawei,


What are the approaches that you will follow for making a program very efficient?

0 Answers  


What are the methods of object class ?

0 Answers  


Categories