在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);
C
举一反三
- 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
- 客户端的套接字和服务器端的套接字通过输入、输出流互相连接后进行通信。()
内容
- 0
Java中,通过网络使用URL访问对象的功能流是( )。 A: PipedInputStream输入流 B: URL输入流 C: BufferedInputStream输入流 D: Sock输入流
- 1
Questions 22 ~ 25 are based on the following passage. What does "sock some money away" mean A: To hide money in safe. B: To save money. C: To spend money. D: To take care of money.
- 2
什么是套接字? A: 端口号可以唯一标识套接字。 B: 套接字是进程间通信的双向接口。 C: 内存被保留给每个用作通信缓冲区的套接字。 D: 对套接字的访问类似于对文件进行读写操作。
- 3
the mother of a person's father or mother 未知类型:{'label': 'questionDesc', 'content': '请根据题干的描述选择合适的词语。', 'isMemberControl': 0, 'type': 181} A: left B: match C: sock D: grandmother
- 4
关于accept()系统调用,描述错误的是( )? 服务器通过其等待客户建立对该套接字的连接|accept返回新套接字的描述符,新套接字的类型与服务器监听套接字不同|accept函数将创建一个新的套接字来与该客户通信|accept函数只有当客户程序试图连接到由socket参数指定的套接字上时才返回,否则将一直阻塞