Can we define constructor in Servlet class?
Answer Posted / santhosh kumar
Yes, we can define constructor in servlet.
| Is This Answer Correct ? | 28 Yes | 4 No |
Post New Answer View All Answers
Why the container loads server at the application startup and how?
How can you start a jta transaction from a servlet deployed on jboss?
Which HTTP method is non-idempotent?
What is java servlet session?
What are the annotations used in servlet 3?
How can I send user authentication information while making URL Connection?
What is the default http method in the servlet?
What are the advantages of cookies?
Explain the difference between jsp and servlet?
What is the process to implement doget and dopost methods?
How can the session in servlet be destroyed?
What is ServletConfig object?
Explain the difference between generic servlet and http servlet?
Can you use javascript in servlets?
What is preinitialization of a servlet?