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

Difference between doget and dopost?

0 Answers  


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

0 Answers  


What are the methods in HttpSession and their use?

3 Answers  


What is servlet container. how it works?

0 Answers  


What is the need of servlet filters?

0 Answers  






Why is http protocol called as a stateless protocol?

0 Answers  


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  


Can you refresh servlet in client and server-side automatically?

0 Answers  


What is servlet and its types?

0 Answers  


Why are http servlets used in programming?

0 Answers  


How to pass session values from one servlet container to another servlet container? or how can we get session values of one container in another container?

6 Answers   IBM, Infosys, TCS,


What is Generic Servlet and how it is different from Http Servlet?

5 Answers   Wipro,


Categories