What is a servlet context?
No Answer is Posted For this Question
Be the First to Post Answer
can i call init() method in destroy() method of servlset. ?
can v create a constructor 4 servlet?
What is the structure of the http response
How can you maintain servlet chaining?
Which event is fired at the time of session creation and destroy?
What is a servlet engine?
How multiple simultaneous requests can be handled by servlets?
Explain url encoding in servlet?
what happens if we wont use destroy()?
What is preinitialization of a servlet?
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
Explain request dispatcher and its methods.