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

hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code

0 Answers   CTS,


i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?

5 Answers   TCS,


How to get the path of servlet in the server?

0 Answers  


What is the process to implement doget and dopost methods?

0 Answers  


What do you mean by a filter and how does it work?

0 Answers  






What is use of parseQueryString?

1 Answers  


Tell us something about servletconfig interface.

0 Answers  


What are the type of protocols used in httpservlet?

0 Answers  


Why jsp is better than servlet?

0 Answers  


Which httpsession object is used to view and manipulate information about a session?

0 Answers  


How can you run a servlet program?

0 Answers  


What is httpservlet class?

0 Answers  


Categories