Answer Posted / ravindra nhavi
yes we can create constructor of servlet instead of init
method but i dont get servlet specification answers.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How the JSP file will be executed on the Server side?
Given the request path below, which are context path, servlet path and path info?
How does tomcat servlet container work?
What are the types of protocols supported by httpservlet ?
What are the differences between forward() method and sendredirect() methods?
What is the type of method for sending request from http server?
In the servlets, we are having a web page that is invoking servlets ,username and password? which is checks in database? Suppose the second page also if we want to verify
Explain the servlet filter.
Where do you define dispatcherservlet?
How will two or three servlets interact or communicate with each other?
What are the life-cycle methods for a servlet?
When a servlet accepts a call from a client, it receives two objects. What are they?
What is ServletContext object?
When servlet object is created?
What is the use of httpservletrequestwrapper?