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 |
Why do we have servlet listeners?
How do you find out what client machine is making a request to your servlet
List out difference between a JavaBean from a Servlet?
What do you mean by cgi?
How to pass JavaBeans data to JSP using Servlets?
Can we override servlet service method?
How values can be passed from HTML page to servlet?
Is classes folder is compulsory in web-inf/ even though u r deploying ur application with war file?
What are the jobs performed by servlets?
Explain session tracking and its importance?
What is the process to implement doget and dopost methods?
What do you mean by httpservlet?