InterviewSolution
Saved Bookmarks
| 1. |
Which of these methods can be used to obtain a static array from an ArrayList object?(a) Array()(b) covertArray()(c) toArray()(d) covertoArray() |
|
Answer» Correct answer is (c) toArray() The explanation is: None. |
|