Explain is servlet mapping?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Servlets Interview Questions

Given the request path below, which are context path, servlet path and path info? /bookstore/education/index.html

1 Answers  


When a client request is sent to the servlet container, how does the container choose which servlet to invoke?

0 Answers  


Name the webserver that is used to run Servlets?

5 Answers  


What’s the difference between sendredirect and forward methods

0 Answers  


If we disable cookies in our web page, what will happen?

6 Answers   Zensar,






when the webcontainer creates ServeletConfig,ServletContext objects? befoure creating the Servlet object or not?

4 Answers   TCS,


How do you find out what client machine is making a request to your servlet

0 Answers  


What is difference between Forward() and sendRedirect() methode?

14 Answers   Polaris,


How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?

2 Answers  


If servlet receives multiple requests, how many objects will it create?

0 Answers  


which method in doGet or doPost is use to send binary date to server

2 Answers   HCL,


What are the ways to handle multi-threading in servlets?

0 Answers  


Categories