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

I Have A Plan to develop a Project in Struts,I want the template of struts project with Hibernate.Canany body provide me the required information?

0 Answers   IBM,


Can we use javascript in Servlets?

2 Answers   Wipro,


Is servlet a controller?

0 Answers  


How do servlets work?

0 Answers  


How do you invoke a servelt?

0 Answers  


Why setMaxAge() and getMaxAge() methods are used in Cookies?

2 Answers  


Differentiate between the print writer and servlet output stream?

0 Answers  


can we override service method in my servlet class..?? if yes or no why ??

7 Answers   IBM,


Can we write a constructor for a Servlet class ? if yes how ? if no why not ?

10 Answers  


can anybody send me j2ee softwares such as tomcat,weblogic server ,netbeans

2 Answers  


If we disable cookies in our web page, what will happen?

6 Answers   Zensar,


What is the need of servlet filters?

0 Answers  


Categories