What is the Vector class?

Answers were Sorted based on User's Feedback



What is the Vector class?..

Answer / ravikiran(aptech mumbai)

vector class is legacy and contains synchronized methods

Is This Answer Correct ?    1 Yes 0 No

What is the Vector class?..

Answer / janet

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

Is This Answer Correct ?    1 Yes 1 No

What is the Vector class?..

Answer / rama

it is synchronized . So. it's thread safe.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

What are assertions in java?

1 Answers   Impetus,


StringBuilder s = new StringBuilder("Hello Mom");s.append(",I mean,Mother"); Response.Write(s.ToString()); String s = "Hello Mom"; s+ = ",I mean Mom"; Response.Write(s); Which is faster ? which uses the most memory?

6 Answers   HCL,


What is jit compiler in java?

0 Answers  


Hi Friends, I am new to java. Can u explain about thread concept.How i know one thread is locked, and how can i force or acquire another thread for lock . Finally how to know thread is released from lock. Explain types of lock(like method level and block level) in thread.

1 Answers  


What is type conversion in java?

0 Answers  






Can we pass null as argument in java?

0 Answers  


is memory to the abstract class allocated ..or objects not instantiated

7 Answers   Synechron, TCS,


How to sort a collection of custom Objects in Java?

0 Answers  


What is the most important feature of java? What is an interface?

0 Answers  


How can you make a class serializable in java?

0 Answers  


Why is the type for real numbers called double?

0 Answers  


write a program to create an arraylist and listeterator.and value should be enter through keyboard.

1 Answers   Axcend,


Categories