what is Vector class?
Answers were Sorted based on User's Feedback
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 |
Answer / janet
The Vector class provides the capability to implement a
growable array of objects
| Is This Answer Correct ? | 2 Yes | 0 No |
What does the exclamation mark mean in java?
Can we use this () and super () in a method?
What are null interfaces? Give some examples?
What is the difference between object oriented programming language and object based programming language?
Can we call the Thread.sleep in Synchyronozed block?
Write a method to check if input string is palindrome?
What are the restriction imposed on a static method or a static block of code?
There can be a abstract class without abstract methods, but what is the need to declare a class abstract if it doesn't contain abstract methods?
What is the difference between throw and throws keywords?
How many times finalize method will be invoked? Who invokes finalize() method in java?
What is the catch or declare rule for method declarations?
Can private members of a base class are inheritable justify?