What if you need to span your transaction across multiple servlet invocations?
No Answer is Posted For this Question
Be the First to Post Answer
What do you mean by a filter and how does it work?
what is servlet chaining?
Write a simple servlet program to print the contents of html.
How do you track a user session in servlets?
How the typical servlet code look like ?
Write a program to show the functionality of servlets.
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
Is servlet thread safe?
Can we write a constructor for a Servlet class ? if yes how ? if no why not ?
Why session tracking is needed?
What is getservletcontext?
Servlet is pure java object or not?