Explain jsessionid?
No Answer is Posted For this Question
Be the First to Post Answer
What is the difference between portlet and servlet?
What is a generic servlet?
How to run a servlet program?
HTTP tunneling means what?
Explain in detail about applet to servlet communication?
What is the difference between Servlets and Applets?
Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html
What is session?
Is servlet a controller?
Explain the working of service() method of a servlet.
How do we share data using 'getservletcontext ()?
why business logic written using servlets not in jsp. Jsp used for presentation purpose. serlvet used for coding business logic and controller logic. Reason for using servlets in business logic.