Can we define constructor in Servlet class?
Answer Posted / jayakrishna
init() is there what is the need of constructor.If is ther
who will call the constructor? servlet container will call
the init method
Is This Answer Correct ? | 6 Yes | 4 No |
Post New Answer View All Answers
Define the lifecycle for executing a jsp page.
What are the objects involved when a servlet receives a call from client?
What is the use of send redirect () method?
what is multiple server?
What are the new features added to servlet 2.5?
What is servlet invoker?
If a servlet is not properly initialized, what exception may be thrown?
What's the use of servletcontext?
How will two or three servlets interact or communicate with each other?
What are the types of Session Tracking ?
How servlet is created?
Is servlet thread safe?
What are the different session tracking techniques?
What is getservletcontext?
What is the difference between jsp and servlet life cycle?