can i modify the data which are generated by the servlet
Answer Posted / avinah kapoor
yes
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by session tracking?
What’s the difference between genericservlet and httpservlet?
What do you mean by url pattern in servlet?
Once the destroy() method is called by the container, will the servlet be immediately destroyed? What happens to the tasks(threads) that the servlet might be executing at that time?
Explain servlet.
What is the difference between sendredirect() and forward() in a servlet?
What if you need to span your transaction across multiple servlet invocations?
What are the differences between the servletconfig interface and the servletcontext interface?
What is cookie in servlet?
Explains the differences between context.getrequestdispatcher() and request.getrequestdispatcher()?
Explain the war file?
What must be implemented by all servlets?
Can we fetch the attributes related to a servlet on a different servlet?
How is the get () method different from the post() method?
How the typical servlet code look like ?