What is called servlet mapping?
No Answer is Posted For this Question
Be the First to Post Answer
What is the dispatcher servlet?
Is JSP Thread Safe ???? How To make JSP thrad safe ?????
When is the servlet instance created in the life cycle of servlet? What is the importance of configuring a servlet?
How to deal with multi-valued parameters in a servlet?
What is Request Dispatcher?
how can we execute servelt? what the use ".war" or ".jar" file creation
How servlets are deployed in java?
Who is responsible to create the object of servlet?
What is servlet initializer?
What is the directory structure of a war file?
When we don't write any constructor for the servlet, how does container create an instance of servlet?
What is the difference between sendredirect() and forward() in a servlet?