Q. How will you transmit data using the connection?
β
Correct Answer: (C)
Socket.send(data)
Explanation: The Socket.send(data) method transmits data using the connection.