If some new data has entered the database, explain how can a servlet refresh automatically?



If some new data has entered the database, explain how can a servlet refresh automatically?..

Answer / Rabindra Kumar

A Servlet can be made to refresh automatically by using techniques such as AJAX polling, Comet programming (push technology), or WebSockets. These technologies allow the Servlet to send updates to the client when new data is available.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Servlets Interview Questions

what is the advantage of using Servlets over CGI programming?

4 Answers  


Is servlet a framework?

1 Answers  


What is http servlet? Explain with the help of an example.

1 Answers  


Elucidate servlet attributes and its scope?

1 Answers  


What is Servlet API used for connecting database?

1 Answers  


Explain Action Servlet?

1 Answers   Cap Gemini,


What method is used to create database connection in servlets?

2 Answers  


How do you configure a centralized error handler in servlets?

1 Answers  


Explain the difference between jsp and servlet?

1 Answers  


What are advantages of servlets over cgi?

1 Answers  


Name the webserver that is used to run Servlets?

5 Answers  


Are Servlets by default thread safe or not? thanks in advance regards Sudhakar

3 Answers  


Categories