在J2EE中,在提供名为sock的套接字实例的前提下,为了获取通过套接字进行通信的输出流,你可以编写()。
A: sock.accept();
B: sock.getDataOutputStream();
C: sock.getOutputStream();
D: new DataOutputStream(sock);
A: sock.accept();
B: sock.getDataOutputStream();
C: sock.getOutputStream();
D: new DataOutputStream(sock);
举一反三
- Wind sock is the measurement of surface wind on the RWY. The biggest wind speed you can judge is full wind sock, it is ______kts. A: 20kts B: 30kts C: 25kts D: 15kts
- Do you need a pair of _____________? A: Shoe B: sock C: trousers D: glass
- 选出划线部分读音不同的单词。 A: those B: close C: home D: sock
- 根据发音规则找出划线部分不发[ɒ]的单词 A: clock B: hot C: go D: sock
- 客户端的套接字和服务器端的套接字通过输入、输出流互相连接后进行通信。()