Answer Posted / srilatha
whenwe are creting a servlet class
it is not importted the servlet related packages,or classes
it will not having any servlet related methods then it will
throws the general exception like servlet exception
| Is This Answer Correct ? | 6 Yes | 2 No |
Post New Answer View All Answers
Which exception is thrown if the servlet is not initialized properly?
How can you run a servlet program?
What are the ways to handle multi-threading in servlets?
What are the different methods of session management in servlets?
What is the disadvantage of cookies?
What does the term localization refer to?
How do you communicate in between Applets and Servlets?
Can we override destroy method in servlet?
What is servlet name in web xml?
Is servlet a controller?
Given the request path below, which are context path, servlet path and path info?
What do you understand by mime type?
What are all the protocols supported by httpservlet?
Why are http servlets used in programming?
Can servlet have a constructor ?