Socket类对象用于获得输出流的函数是以下哪个?()
A: getOut()
B: getOutput()
C: getOutputStream()
D: getPrint()
A: getOut()
B: getOutput()
C: getOutputStream()
D: getPrint()
举一反三
- 智慧职教: Socket类对象用于获得输出流的函数是以下哪个( )。
- 下列关于Socket类的描述中,错误的是( ) A: Socket类中定义的getInputStream()方法用于返回Socket的输入流对象。 B: Socket类中定义的getOutputStream()方法用于返回Socket的输出流对象。 C: Socket类中定义的getLocalAddress()方法用于获取Socket对象绑定的本地IP地址。 D: Socket类中定义的close()方法用于关闭输入\\输出流对象。
- 下列关于Socket类的描述中,错误的是( ) A: Socket类中定义的getOutputStream()方法用于返回Socket的输出流对象。 B: Socket类中定义的close()方法用于关闭输入输出流对象。 C: Socket类中定义的getInputStream()方法用于返回Socket的输入流对象。 D: Socket类中定义的getLocalAddress()方法用于获取Socket对象绑定的本地IP地址。
- Socket类对象用于获得输入流的函数是以下哪个?( ) A: getInput() B: getIn() C: getInputStream() D: getRead()
- 使用Socket套接字编程时,为了向对方发送数据,需要使用哪个方法获取流对象( )。 A: getInetAddress() B: getLocalPort() C: getOutputStream() D: getInputStream()