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

How can a servlet refresh automatically?



Posted By: Avi Date: 8 November 2010 07:17:57 PM
 Answer:

By using client-side refresh or server push.


Posted By: avibtech


Date: 8 November 2010 07:17: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 oK4rH5
Related Questions
JSP : What is servlet context ?

What is servlet context ?

The servlet context is an object contains a information about the Web application and container, it ....
Category: JSP Date: 11/5/2010 1:30:56 PM
JSP : What is the difference between <%@ include ...> and <jsp:include> ?

What is the difference between <%@ include ...> and ?

“@ include” is static include; where the contents of the file will get included on Translation phase....
Category: JSP Date: 11/5/2010 11:09:56 AM
JSP : How HTTP Servlet handles client requests?  

How HTTP Servlet handles client requests?  

By using its service method that supports standard HTTP client requests by dispatching each request ....
Category: JSP Date: 11/5/2010 8:46:58 AM
JSP : What is the Max size of a Session Object?

What is the Max size of a Session Object?

There is no such limit on the amount of information that can be saved in a Session Object.  The....
Category: JSP Date: 11/5/2010 8:14:57 AM
JSP : What is session?

What is session?

The session is an object stored on the server used by a servlet to track a user's interaction with a....
Category: JSP Date: 11/5/2010 4:14:56 AM