Which HTTP method is non-idempotent?
No Answer is Posted For this Question
Be the First to Post Answer
How can we create deadlock situation in servlet?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.
What is servlet attributes and their scope?
Difference between doget and dopost?
What is a parser. What does a parser do with a XML? Why do we need it?
What are the different ways we can maintain state between requests?
How can we refresh automatically when new data is entered into the database?
Why servlet is used as controller ? Not JSP? I want complete explation?
How to commuincate between an applet and a servlet?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
How to pass a requrest object of one servlet as a request object to another servlet?
When jsessionid is created?