Visual C++ Question:

Download Job Interview Questions and Answers PDF

How can server communicate with more than one client?

Visual C++ Interview Question
Visual C++ Interview Question

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++ Interview Questions And Answers PDF

Previous QuestionNext Question
Why Array Index starts from Zero?What is command routing in VC++?