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 the difference between abstract class and interface?
Is java 1.7 the same as java 7?
what is interface in java? Explain
Why java does not supports multiple inheritance?
Hi, well i am unable to understand that why it is mandatory to have same hashcode, if two objects are same? Thanks in advance.
Why collection is called framework in java?
What is methodological theory?
Can you explain inner class.
What is the basic difference between string and stringbuffer object?
"we cannot create an object of interface but we can create a variable of it".diacuss the statement with the help of an example.
How do you define a method?
What is the purpose of the system class in java?