Search Interview Questions | Click here and help us by providing the answer. Click Correct / Improve and please let us know. |
|
|||
|
| ||||
| Interview Questions and Answers | ||||
| ||||
| Ans. We can use Arrays.asList | ||||
String[] strArray = new String[2]; strArray = new String[5]; | ||||
Object[] strArray = new String[2]; strArray[0] = 5; | ||||