What is the difference between TCP and UDP ?
Answer Posted / mary
TCP is connection oriented;
UDP is connectionless oriented;
TCP is reliable whereas UDP is not;
TCP is heavy whereas UDP is light weight;
| Is This Answer Correct ? | 29 Yes | 8 No |
Post New Answer View All Answers
If you do not want your program to halt while it waits for a connection, put the call to accept( ) in a separate thread?
What is an http server?
What is network programming in java?
To create a socket, you need to know the internet host to which you want to connect?
How we can make simple java program for Server/Client Communication
What is network interface name?
What is the use of network interface?
Explain look for local ports?
What do you understand by the term network?
What are the advantages and disadvantages of sockets?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is jhttp web server?
What are the advantages and disadvantages of java sockets.
What is cookies in networking ?
Tell me about networking classes and interfaces.