MCQ
Single Best Answer
Not Set
QAnalyze the following code and choose the correct answer.
int[] arr = new int[5];
arr = new int[6];
ID: #2203
Array in Java
4,627 views
Question Info
#2203Q ID
Not SetDifficulty
Array in JavaTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option C
Explanation
The code can compile and run fine. The second line assigns a new array to arr.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic