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

What is generic servlet class?

0 Answers  


If you want to modify the servlet,will the Webserver need to be ShutDown ?

9 Answers  


explain the advantages of servlet life cycle?

0 Answers  


List out the difference between ServletConfig and ServletContext?

0 Answers  


What is the difference between Servlets and Applets?

0 Answers  


Difference between doget and dopost?

0 Answers  


Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........

3 Answers  


What is servlet?

15 Answers   Conesys, Siemens,


What is the purpose of requestdispatcher interface?

0 Answers  


How many Cookies can a host support?

2 Answers  


Explain the difference between get and post method in servlet?

0 Answers  


What is life cycle of Servlet?

0 Answers  


Categories