Visual C++ Question:
Download Job Interview Questions and Answers PDF
How can server communicate with more than one client?
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.
when he logs in to server,the thread handles the client.
Download Visual C++ Interview Questions And Answers
PDF
Previous Question | Next Question |
Why Array Index starts from Zero? | What is command routing in VC++? |