Answer Posted / ravikiran.chd
by writing a servlet class where the business logic resides
and the configuration happens with in the web.xml
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are the difference between RMI and Servlets?
What is the directory structure of a war file?
What are the features added in Servlet 2.5?
Whether we can get deadlock situation in servlets?
What is called a session?
What are some disadvantages of storing session state in cookies?
What is setattribute in servlet?
How do we share data using 'getservletcontext ()?
Can we use the constructor, instead of init(), to initialize servlet?
What is api in servlet?
What is servlet invoker?
How to upload a file to the server using servlet?
How can we include static files in the jsp page?
Explain the different ways for servlet authentication?
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?