Home »
MCQs »
Java MCQs
Which of the following statements is not correct for vectors in Java?
56. Which of the following statements is not correct for vectors in Java?
- It was created using vector keyword
- It can store an object of different classes
- It is asynchronous
- None of these
Answer: C) It is asynchronous
Explanation:
Read more: Vector Class in Java