Home »
MCQs »
Electron.js MCQs
____ function establishes a new network connection to a given host and port
34. ____ function establishes a new network connection to a given host and port.
- net.create
- net.createConnection
- createConnection
Answer: B) net.createConnection
Explanation:
net.createConnection function establishes a new network connection to a given host and port.