How can a servlet refresh automatically if some new data
has entered the database?
Answer Posted / rajesh r
Automatic Database synchronization is not possible in
SERVLETS
we need to code for that manually..
In EJB entity Bean CMP , db sync in possible.
Thanks
Rajesh
Rajeshr1988@gmail.com
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What's the servlet interface?
If servlet receives multiple requests, how many objects will it create?
explain the advantages of servlet life cycle?
Define declaration.
Why servlet is used as controller ? Not JSP? I want complete explation?
Can you call a jsp from the servlet?
Is servlet a framework?
What is the difference between Servlets and Applets?
Explain the difference between a web server and a web container?
How to get the server information in a servlet?
Explain request dispatcher and its methods.
Why servlet is faster than jsp?
What is a servlet context object?
What is a server side include (ssi)
What is a generic servlet?