What is the connection keep-alive feature of HTTP 1.1?
Answer Posted / guest
HTTP 1.1's connection keep-alive feature allows the TCP
connection between a browser and a Web server to remain open
throughout multiple HTTP requests and responses. This
significantly improves the overall performance of
browser-server communication.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the Difference between socket and servlet?
What are the advantages and disadvantages of sockets?
Where is the network interface card located?
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 the main difference between Client side Java Script and and Server side Java Script how actually they run on both side with Example.
Explain the generic term internet.
What is HttpURL connection ?
What is a client tester?
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 a thread pool?
What is jhttp web server?
What is network interface name?
Public serversocket(int port, int queuelength) throws ioexception, bindexception?
What is socket in java?