Can we define constructor in Servlet class?
Answer Posted / avinash
yes,wecan
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why is servlet used?
What are the uses of servlet and what is servlet chaining?
Explain jsessionid?
Describe the phases of servlet lifecycle?
What are the key methods that are involved in processing of http servlets?
What are the advantages of servlets over traditional cgi?
What are the servlet events?
What do you mean by default initialization in java servlet?
What do you mean by cgi 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()?
Differentiate between the web server and application server?
How do I support both get and post from the same servlet?
What is ServletContext object?
When servlet is loaded?
What is the need of session tracking in web application?