How forward () method is different from send redirect () method?
What are the objects involved when a servlet receives a call from client?
Describe the phases of servlet lifecycle?
Write the code to get the server information in servlet.
Does servlet have main method?
Define declaration.
How do servlets work?
why are using HttpServlet in realtime projects and why are not using Genericservlet
What are different methods of session management in servlets?
What is called Session Tracking?
Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use servlet as a controller in mvc and to implemnent business logic . is it correct ? One more thing reason for implementing business logic with servlets , why not jsp.
i have 500 jsp in my application ,with same forward name,it lokks for appropritae jsp from 1 to 500,but i want to send response to 498 page,what should i do
Difference between get and post in java servlets?