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 |
what is the advantage of using Servlets over CGI programming?
Is servlet a framework?
What is http servlet? Explain with the help of an example.
Elucidate servlet attributes and its scope?
What is Servlet API used for connecting database?
Explain Action Servlet?
What method is used to create database connection in servlets?
How do you configure a centralized error handler in servlets?
Explain the difference between jsp and servlet?
What are advantages of servlets over cgi?
Name the webserver that is used to run Servlets?
Are Servlets by default thread safe or not? thanks in advance regards Sudhakar