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 |
Explain pass by reference and pass by value?
Can you call a method in a method?
What is output buffer?
Is there is any error if you have multiple main methods in the same class?
Why 1 is not a prime number?
What is difference between Heap and Stack Memory?
Who developed java?
How do you test a method for an exception using junit?
what is difference betweem home interface and remote interface?
how to run servlet program between two computer through the internet ?
2 Answers Kiran Prakashan, TCS,
Is stringwriter thread safe?
Wha is the output from system.out.println(“hello”+null); ?