JSP Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 197 Page Views: 

What is Server side push?



Posted By: Avi Date: 3 November 2010 02:26:57 PM
 Answer:

It used to refresh a servlet and that happens when client first connects to Server, then Server keeps the TCP/IP connection open. It is useful when data needs to change regularly on the clients application or browser, without intervention from client.


Posted By: avibtech


Date: 3 November 2010 02:26:57 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image TkW6DV
Related Questions
JSP : How can you initialize a newly instantiated bean by using a scriptlet?

How can you initialize a newly instantiated bean by using a scriptlet?

If there is a body (where jsp:useBean action may optionally have a body), its contents will be autom....
Category: JSP Date: 11/7/2010 1:29:57 AM
JSP : What is the difference between an application server and a web server?

What is the difference between an application server and a web server?

Application server provides a lot of services like security, transaction , scalability. Application ....
Category: JSP Date: 11/6/2010 11:39:59 PM
JSP : How can you append the session ID for each and every link that is part of your servlet response?

How can you append the session ID for each and every link that is part of your servlet response?

By using the methods response.encodeURL() and response.encodeRedirectURL()
Category: JSP Date: 11/6/2010 11:07:57 PM
JSP : What is a Declaration?

What is a Declaration?

It is the process of declaration variables and/or methods for use later in the JSP source file and i....
Category: JSP Date: 11/6/2010 10:35:56 PM
JSP : Write the code that used for communication between JSP page and an EJB Session Bean

Write the code that used for communication between JSP page and an EJB Session Bean

<%@ page import="javax.naming.*, javax.rmi.PortableRemoteObject, foo.AccountHome, foo.Accoun....
Category: JSP Date: 11/6/2010 9:19:00 PM