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
Why is http protocol called as a stateless protocol?
Why is Servlet so popular?
What are the jobs performed by servlets?
How the typical servlet code look like ?
What are the drawbacks of cgi?
Is it possible to have a constructor inside the servlet?
Explain get and post.
Describe some assignments that are executed by servlet container?
What is a servlet-to-servlet communcation?
What do you mean by singlethreadmodel interface?
What are sessions in servlets?
What is the purpose of inter-servlet communication?
Can filter be used as request or response?
How do we translate jsp?
What are the phases of the servlet life cycle?