使用Socket套接字编程时,为了向对方发送数据,需要使用哪个方法获取流对象( )。
A: getInetAddress()
B: getLocalPort()
C: getOutputStream()
D: getInputStream()
A: getInetAddress()
B: getLocalPort()
C: getOutputStream()
D: getInputStream()
举一反三
- 使用套接字编程时,为了接收对方发来的数据,则需要使用哪个方法() A: getInetAddress() B: getLocalPort() C: getOutputStream() D: getInputStream()
- 使用Socket套接字编程时,为了向对方发送数据,需要使用( )方法获取流对象。
- 套接字类Socket中向服务器申请建立TCP连接的方法是____? A: connect() B: getInputStream() C: getOutputStream() D: close()
- 基于TCP协议的网络编程中,服务器端要给客户端发送消息,则服务器端的Socket应该通过方法______获取输出流? A: getInputStream() B: getOutputStream() C: out() D: write()
- 在Java网络编程中,使用客户端套接字Socket创建对象时,需要指定()