【简答题】2 Artificial intelce is a ------- of computer science. It a--------------- to understand the e-------------- of intelce and produce a new intellige-nt machine that can r-------- in a similar...
【单选题】在△ABC中,AB=4a,BC=14,AC=3a,则a的取值范围是 [ ]
【单选题】( 难度系数 : ★★★★ ) 下面正确的创建Socket的语句是( )
A.
Socket s=new Socket(58);
B.
Socket s=new Socket(127.0.0.1,58);
C.
Socket s=new Socket("localhost",58);
D.
Socket s=new Socket(localhost,58);
【单选题】下面创建 Socket 的语句正确的是( )。
A.
、 Socket s=new Socket(8002);
B.
、 Socket s=new Socket( “ 127.0.0.1 ” ,8002);
C.
、 ServerSocket s=new Socket(8002);
D.
、 ServerSocket s=new Socket(8002, “ 127.0.0.1 ” );
【单选题】下面正确的创建Socket的语句是( )。
A.
Socket client=new Socket(111)
B.
Socket c=new Socket(“ 127.0.0.1 ” ,111)
C.
ServerSocket s=new Socket(1010)
D.
ServerSocket s=new ServerSocket(111);