Q. How will you transmit data using the connection?

  • (A) send(data)
  • (B) Socket.send(“data”)
  • (C) Socket.send(data)
  • (D) Socket(data)
πŸ’¬ Discuss
βœ… Correct Answer: (C) Socket.send(data)
Explanation: The Socket.send(data) method transmits data using the connection.
Explanation by: Mr. Dubey
The Socket.send(data) method transmits data using the connection.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
120
Total Visits
πŸ“½οΈ
2 y ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
86%
Success Rate