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 generic servlet class?
If you want to modify the servlet,will the Webserver need to be ShutDown ?
explain the advantages of servlet life cycle?
List out the difference between ServletConfig and ServletContext?
What is the difference between Servlets and Applets?
Difference between doget and dopost?
Hi frnds iam new to Java Kindy any one can provide or me Servlets Example code and can explain to me flow of servlets and as Jsp and Struts and provide to me some sample example on these 3 topic flow,code example,and tutorials,and related websites which i can refer....thanks in advance..........
What is servlet?
What is the purpose of requestdispatcher interface?
How many Cookies can a host support?
Explain the difference between get and post method in servlet?
What is life cycle of Servlet?