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 |
what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }
what is a session object?
What are the features added in Servlet 2.5?
what are the disadvantages of cookies?
What do you mean by servlet context?
How do you define a servlet?
What happens, when client requests for server object, which is not yet loaded into the memory?
Why don't we write a constructor in a servlet?
What is lazy loading and what is Generic Servlet Class?
What is ServletConfig object?
if u havea .class file ,how can u say whether it is servlet or not ,dont use java decompliler
How can you start a jta transaction from a servlet deployed on jboss?