Is servlet a controller?
No Answer is Posted For this Question
Be the First to Post Answer
Explain request dispatcher and its methods.
What is the need of session tracking in HttpServlet ?
What are different ways for authentication of servlet?
What are the various ways of session supervision in servlets?
Why the container loads server at the application startup and how?
What are common tasks performed by Servlet Container?
Explain the working of service() method of a servlet.
i have class files in class folder. but i have no java files. but i want to modify the java files which are related to class files . how ?
Is there any differance b/w getting servlet context from servlet config and session? if yes then what is that?
What are the steps that are required to handle the multi-threading?
What is the purpose of dispatcherservlet properties?
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