多项选择题
A. 0000 0100 0000 0000 0000 0000 0000 0000<<5 gives 1000 0000 0000 0000 0000 0000 0000 0000
B. 0000 0100 0000 0000 0000 0000 0000 0000<<5 gives 1111 1100 0000 0000 0000 0000 0000 0000
C. 1100 0000 0000 0000 0000 0000 0000 0000>>5 gives 1111 1110 0000 0000 0000 0000 0000 0000
D. 1100 0000 0000 0000 0000 0000 0000 0000>>5 gives 0000 0110 0000 0000 0000 0000 0000 0000
多项选择题 WhicharenotJavaprimitivetypes?()
单项选择题 1)classPerson{ 2)publicvoidprintValue(inti,intj){/*…*/} 3)publicvoidprintValue(inti){/*...*/} 4)} 5)publicclassTeacherextendsPerson{ 6)publicvoidprintValue(){/*...*/} 7)publicvoidprintValue(inti){/*...*/} 8)publicstaticvoidmain(Stringargs[]){ 9)Persont=newTeacher(); 10)t.printValue(10); 11)} 12)} Whichmethodwillthestatementonline10call?()
多项选择题 Whichstatementsaboutinheritancearetrue?()