Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Servlets%20Interview%20Questions%20and%20Answers

Question: When we don't write any constructor for the servlet, how does container create an instance of servlet?
Answer: Container creates instance of servlet by calling Class.forName(className).newInstance().
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook