What is Server push in servlet? 1 Answer(s) 5 years and 3 months ago
Posted in : Servlet Interview Questions
What is a server push method in servlet?
View Answers
February 27, 2008 at 3:49 PM
Server push means that a server pushes content to the browser client and in server-push, the server cannot actually initiate a TCP connection to the client.