What is socket?
Answers were Sorted based on User's Feedback
Answer / nandakumar
A socket is one end of a two-way communications link
between two programs running on the network.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / rk
Communication End Point - Combo of IP address and Port
Number
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / kirankumar
socket is structure,which is using for data communication
from one application to another application,and one mission
to another mission (within the LAN and WAN also)
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the component of CLR ?
What is the difference between GetMessage and PeekMessage ?
How to setup a timer?
What is the base class for most MFC classes?
How you create a button dynamically?
2.create for 10 batch: Employee_Number Employee_name Employee_Dateofjoining Employee_address Employee_salary 1.select the employee name who deriving more than 10 thousand salary and joined before august 08. use structure and pointers
What is the size of class
What is CALLBACK? How it work? what is the advantage of CALLBACK, please explain with an example
Does the application have more than one object? If Yes, Briefly explain.
what is the updated verssion in vc++
if no message handler is available for a message then will deal with the message ? does window proving any default mechanism?
What is thread & process?