Visual C++ Question:

How can server communicate with more than one client?

Tweet Share WhatsApp

Answer:

Server can communicate with more than one client with using threading concepts there are java threads which are allocated to every client
when he logs in to server,the thread handles the client.

Download Visual C++ PDF Read All 10 Visual C++ Questions
Previous QuestionNext Question
Why Array Index starts from Zero?What is command routing in VC++?