how to use servlets with j2ee ?
Answers were Sorted based on User's Feedback
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 |
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 |
can i call destroy() method in init() method of servlet
How to rectify errors in java servlet while compilation?
How can we achieve transport layer security for our web application?
Elucidate servlet attributes and its scope?
Hi friends am newbie to servlet. How code reusability easy in servlet. why not in jsp . here reusabillity means only javabeans or any thing else.
Explain the architechure of a servlet?
What is the process for chaining servlet?
What is the life cycle of a servlet?
What is pure servlet?
What is the use of java servlet api?
What is use of parseQueryString ?
What is servlet and its use?