Is it possible to have a constructor inside the servlet?
No Answer is Posted For this Question
Be the First to Post Answer
Explain their methods? Tell me their parameter names also have you used threads in servlet?
Why is it that we can't give relative URL's when using ServletContext.getRequestDispatcher() when we can use the same while calling ServletRequest.getRequestDispatcher()?
Explain the lifecycle of a servlet?
can we override service method in my servlet class..?? if yes or no why ??
Why session tracking is needed?
What is called Session Tracking?
A client sends requests to two different web components. Both of the components access the session. Will they end up using the same session object or different session ?
can i call init() method in destroy() method of servlset. ?
What are the advantages of servlets over traditional cgi?
What is meant by servlet? What are the parameters of the service method?
How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?
How values can be passed from HTML page to servlet?