A.SELECT*FROM students ORDERBYavg_grade B.SELECT*FROM students GROUPBYavg_grade ASC C.SELECT*FROM students ORDERBYavg_grade DESC D.SELECT*FROM students ORDERbyavg_gradeasc
A.<%-- 與 --%> B./ C./** 與 **/ D.<!-- 與 --><%-->%-->
Which instantiates an instance of Inner?()
A. new Inner(); // At line 3 B. new Inner(); // At line 8 C. new o.Inner(); // At line 8 D. new Outer.Inner(); // At line 8