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 |
Life Cycle of servlets?
can we override service method in my servlet class..?? if yes or no why ??
Explain get and post.
What is session tracking?
without session Id can we do any operations like add,update,edit,delete. I saw Session id is loaded for edit and delete action not for add .so am asking this
please give url to get orinal software for I-net crystal clear java report tools?
Define the lifecycle for executing a jsp page.
servlet life cycle?
Can a jsp be called using a servlet?
What is SingleThreadModel interface?
What is the need of session tracking in web application?
What exactly are the functions of servlet?