Question: Please answer the question below Question 44 In the following code, which is the error? (Assume that the elipses . represent valid Java statements.) public
Please answer the question below

Question 44 In the following code, which is the error? (Assume that the elipses . represent valid Java statements.) public class Coursel private String courseName; private Stringl] students-new String 100]; private int numberOfStudents; public Course(string courseName) public Stringll getStudents0 O Nothing is wrong. O You can't return a String array from a method. O 100 elements is more than is allowed in a String array. O The parameter type for the constructor is misspelled with a lowercase 's' in "string
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
