Java Servlet Programming Question:
How can a servlet refresh automatically if some new data has entered the database?
Answer:
You can use a client-side Refresh or Server Push
Previous Question | Next Question |
Can we use the constructor, instead of init(), to initialize servlet? | The code in a finally clause will never fail to execute, right? |