Keeping eye contact makes the other person()welcome and comfortable.
A. feel
B. to feel
C. feeling
第1题:
A.feels like
B.feel
C.like
D.feels alike
第2题:
GiventhisfragmentfromaJavaEEdeploymentdescriptor:124.<welcome-file>beta.html</welcome-file>125.<welcome-file>alpha.html</welcome-file>Andthisrequestfromabrowser:http://www.sun.com/SCWCDtestApp/registerWhichstatementiscorrect,whenthecontainerreceivesthisrequest?()
A.ThisdeploymentdescriptorisNOTvalid.
B.Thecontainerfirstlooksintheregisterdirectoryforbeta.html.
C.Thecontainerfirstlooksintheregisterdirectoryforalpha.html.
D.Thecontainerfirstlooksforaservletmappinginthedeploymentdescriptor.
第3题:
第4题:
A.Keep
B.Kept
C.Keeping
第5题:
14.
A.find
B.feel
C.looks
D.looked
第6题:
Person类可能的拷贝构造函数格式为:
A.Person(){}
B.Person(Person *p){}
C.Person(Person &p){}
D.Person(Person p){}