題目內(nèi)容
(請給出正確答案)
對于如下代碼,描述正確的是哪項?()classStudent{publicstaticvoidmain(String[]args){Studentstudent=newStudent();}}
A.newStudent()創(chuàng)建了Student對象的一個實例
B.Studentstudent聲明了對象Student的一個引用
C.classStudent聲明了一個類
D.newStudent()創(chuàng)建了一個類
E.Studentstudent聲明了一個類
答案









