Multiple choice technology programming languages

Socket – based communication is programming language independent.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Socket APIs are standardized across programming languages. A socket server written in Java can communicate with a client written in Python or C because they use the same underlying network protocols (TCP/IP) and socket interface standards defined by the operating system.