Multiple Choice
Which of the following statement is TRUE?
A) With stream sockets there is no need to establish any connection and data flows between the processes are as continuous streams.
B) Stream sockets are said to provide a connection-less service and UDP protocol is used
C) Datagram sockets are said to provide a connection-oriented service and TCP protocol is used
D) With datagram sockets there is no need to establish any connection and data flows between the processes are as packets.
Correct Answer:

Verified
Correct Answer:
Verified
Q2: The client requests a connection to a
Q3: To create an InputStream on a socket,
Q4: In the socket programming, for an IP
Q5: Which of the following protocol follows connection
Q6: Which of the following is true about
Q8: Which of these package contains classes and
Q9: To connect to a server running on
Q10: The server listens for a connection request
Q11: Which of the following method call is
Q12: Which of the following step establishes a