Why don't we write a constructor in a servlet?


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  


What is a servlet context?

0 Answers  


What method is used to create database connection in servlets?

2 Answers  


When should you prefer to use doget() over dopost()?

0 Answers  


When jsessionid is created?

0 Answers  






What is the difference between callling a RequestDispatcher using ServletRequest and ServletContext?

2 Answers  


Can we override the ActionServlet?

3 Answers   ArisGlobal, HCL, PPF,


difference between request.getSession(false) or request.getSession() and request.getSession(true)

2 Answers  


Should I override the service() method?

0 Answers  


How the servlet is loaded?

0 Answers  


What is the difference between servlet and filter?

0 Answers  


What are different ways for authentication of servlet?

0 Answers  


Categories