Home »
MCQs »
Pygame MCQs
Which class is used for network programming in PyQt?
8. Which class is used for network programming in PyQt?
- QtNet
- QtNetworking
- QtNetwork
- QtNetworkProgramming
Answer
The correct answer is: C) QtNetwork
Explanation
PyQt's class 'QtNetwork' is used for network programming. The 'QtNetwork' class provides the functionalities (classes, method, and set of APIs) for programming applications that use TCP/IP operations such as requests, cookies, and sending data over HTTP.