What is the Vector class?
Answers were Sorted based on User's Feedback
Answer / ravikiran(aptech mumbai)
vector class is legacy and contains synchronized methods
| Is This Answer Correct ? | 1 Yes | 0 No |
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 called module?
What is a java list?
How many types of memory areas are allocated by JVM in java?
Explain the transient field modifier?
Can we override final method?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
What is the difference between a choice and a list?
can java object be locked down for exclusive use by a given thread? Or what happens when a thread cannot acquire a lock on an object? : Java thread
what is Portal(web based online portal)?
Can we override private methods?
Print Vertical traversal of a Binary Tree.
how to convert Java project into Maven ?