InterviewSolution
Saved Bookmarks
| 1. |
Which Class Object Can Be Used To Form A Dynamic Array? |
|
Answer» Vectors are DYNAMIC arrays, it CONTAINS many LEGACY methods that are not part of COLLECTION framework, and hence these methods are not PRESENT in ArrayList. But both are used to form dynamic arrays. Vectors are dynamic arrays, it contains many legacy methods that are not part of collection framework, and hence these methods are not present in ArrayList. But both are used to form dynamic arrays. |
|