What is the difference between TCP and UDP ?
Answer Posted / sujeetha
1.tcp is connection oriented udp is connectionless
tcp is reliable udp is not;
| Is This Answer Correct ? | 64 Yes | 10 No |
Post New Answer View All Answers
What is socket in java?
What do you understand by the term network?
Why socketutil is used?
How we can make simple java program for Server/Client Communication
What is the Difference between socket and servlet?
Explain a daytime server?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is a listener in networking?
What is jhttp web server?
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
Tell me about networking classes and interfaces.
What is cookies in networking ?
What is an http server?
To create a socket, you need to know the internet host to which you want to connect?
What is an http redirector?