how to use servlets with j2ee ?

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


Please Help Members By Posting Answers For Below Questions

What are the difference between RMI and Servlets?

1226


What is the directory structure of a war file?

891


What are the features added in Servlet 2.5?

938


Whether we can get deadlock situation in servlets?

791


What is called a session?

815


What are some disadvantages of storing session state in cookies?

766


What is setattribute in servlet?

738


How do we share data using 'getservletcontext ()?

735


Can we use the constructor, instead of init(), to initialize servlet?

800


What is api in servlet?

728


What is servlet invoker?

756


How to upload a file to the server using servlet?

718


How can we include static files in the jsp page?

784


Explain the different ways for servlet authentication?

764


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?

975