Examveda
Examveda

How will you transmit data using the connection?

A. send(data)

B. Socket.send(“data”)

C. Socket.send(data)

D. Socket(data)

Answer: Option C

Solution(By Examveda Team)

The Socket.send(data) method transmits data using the connection.

This Question Belongs to Javascript >> Sockets

Join The Discussion

Related Questions on Sockets