How will you transmit data using the connection?
How will you transmit data using the connection? Correct Answer Socket.send(data)
The Socket.send(data) method transmits data using the connection. This Socket method sends data to connected socket.How will you transmit data using the connection? Correct Answer Socket.send(data)
The Socket.send(data) method transmits data using the connection. This Socket method sends data to connected socket.