1.

Datagram is basically just a piece of information but there is no guarantee of its content, arrival or arrival time.(a) True(b) FalseThis question was addressed to me in an international level competition.The query is from Socket Programming in section Networking of Computer Network

Answer»

Correct answer is (a) True

The best explanation: Datagram is BASICALLY some information travelling between the sender and the receiver, but there is no guarantee of its content, ARRIVAL or arrival time. A Datagram SOCKET CLASS object is created to make a datagram CONNECTION between the server and the client.



Discussion

No Comment Found

Related InterviewSolutions