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()The question was posed to me during a job interview.I need to ask this question from Java.util in portion java.util – The Collections Framework of Java |
|
Answer» Correct answer is (C) toArray() |
|