The new student is in _______.
举一反三
- Given that Student is a class, how many reference variables and objects are created by the following code? Student studentName, studentId; studentName = new Student(); Student stud_class = new Student();
- The new student is in _______.
- The new student is in _______.
- The new student is in _______.
- 下列声明数组的语句中,错误的选项是( )。 A: var student=new Array() B: var student=new Array(3) C: var student[]=new Array(3)(4) D: var student=new Array('rose','mick')