A.Ultra2 SCSI
B.SA TA
C.Ultra320 SCSI
D.SAS
第1题:
A.Has-arelationshipsshouldneverbeencapsulated.
B.Has-arelationshipsshouldbeimplementedusinginheritance.
C.Has-arelationshipscanbeimplementedusinginstancevariables.
D.Is-arelationshipscanbeimplementedusingtheextendskeyword.
E.Is-arelationshipscanbeimplementedusingtheimplementskeyword.
F.Anarrayoracollectioncanbeusedtoimplementaone-to-manyhas-arelationship.
G.TherelationshipbetweenMovieandActressisanexampleofanis-arelationship.
第2题:
A. show ip interface [interface] access-lists
B. show ip access-lists interface [interface]
C. show ip interface [interface]
D. show ip access-lists [interface]
第3题:
下列关于interface的说法正确的是:
A.interface中可以有private方法
B.interface中可以有final方法
C.interface中可以有function实现
D.interface可以继承其他interface
第4题:
When William hurried home, he found that his mother ____already ____to hospital.
A、has; been sent
B、had; sent
C、has; sent
D、had; been sent
第5题:
下面哪一个语句创建了值为storage的宏变量location? ()
A.&let location = storage;
B.let &location = storage;
C.%let location = "storage";
D.%let location = storage;
第6题:
下列关于interface的说法正确的是:
A.interface中可以有private方法
B.interface中可以有final方法
C.interface中可以有方法的具体实现
D.interface可以继承其他interface