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 a cookie What is the difference between session and cookie
What is use of parseQueryString?
Why doesn’t a servlet include main()? How does it work?
What is the use of servlet context?
Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i used servlet for controller logic and business logic . is it correct ?
Why servlet is faster than jsp?
when the several requests comes to server..how it manage the requests
What is a Proxy Server?
what is a session object?
can we use more than one controller in web application
what is session tracking?what are types of session tracking ?and when to cookies,when to use sessionmanagement,whent use url rewriting technique,plz explain briefly?
Which method of the httpservletrequest object is used?