how to use servlets with j2ee ?

Answers were Sorted based on User's Feedback



how to use servlets with j2ee ?..

Answer / shanawaz

Servlets is a part J2EE specification and which comes under
web developement category. Servlet API comes mainly two
packages are
1. javax.servlet
2. javax.servlet.http

Is This Answer Correct ?    2 Yes 0 No

how to use servlets with j2ee ?..

Answer / 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

More Servlets Interview Questions

Why do we have servlet listeners?

0 Answers  


How do you find out what client machine is making a request to your servlet

0 Answers  


List out difference between a JavaBean from a Servlet?

0 Answers  


What do you mean by cgi?

0 Answers  


How to pass JavaBeans data to JSP using Servlets?

2 Answers  






Can we override servlet service method?

0 Answers  


How values can be passed from HTML page to servlet?

7 Answers   ABC,


Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?

3 Answers   Bosch, Cognizant,


What are the jobs performed by servlets?

0 Answers  


Explain session tracking and its importance?

0 Answers  


What is the process to implement doget and dopost methods?

0 Answers  


What do you mean by httpservlet?

0 Answers  


Categories