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 |
Explain the war file?
What is the need of session tracking in HttpServlet ?
How to pass a requrest object of one servlet as a request object to another servlet?
What is pure servlet?
What is the difference between Server and Container?
Which method the Servlet container call to create the instance of the servlet?
16 Answers emc2, JK Technosoft,
What are the types of servlet?
What are the life cycle methods of the servlet?
What is the use of httpservletrequestwrapper?
What is the inter-servlet communication?
How can I send user authentication information while making URL Connection?
Why is init() method is used in servlets?