Question: Suppose that the array groupList has a value of null. Which of the following will generate a run- time error? 6. a. 1 b. if
Suppose that the array groupList has a value of null. Which of the following will generate a run- time error? 6. a. 1 b. if (groupListnull) c. if (groupList != null && groupList . length > 0) { } d. if (groupList.length>0&&groupList- null) e. None of the above cause a run-time error
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
