What is servlet exception?
Answers were Sorted based on User's Feedback
Answer / ks
Defines a general exception that a Servlet can throw.
| Is This Answer Correct ? | 10 Yes | 4 No |
Answer / 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 |
Answer / nilesh gunaware
Defines a general exception a servlet can throw when it
encounters difficulty.
| Is This Answer Correct ? | 7 Yes | 5 No |
Answer / saravanan murugesan
When a client sends a request to web container, it searches for particular servlet requested by the client . If there is no requested servlet , the web container throws servlet Exception
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sandy
this is no answer, but for a non techy person, neither are
any of those above? Why can't a question be answered in
regular language and not just jargon?
Grru.
| Is This Answer Correct ? | 0 Yes | 0 No |
How httpservlet is different from the genericservlet?
How can a servlet be used to generate plain text instead of html?
What is the difference in between the httpservlet and generic servlet?
can it possible to validate form field before execution of a servlet service method if yes how??
When a client request is sent to the servlet container, how does the container choose which servlet to invoke?
What is session variable in servlets?
What are the uses of servlets?
What exactly is a servlet?
What is the use of attribute in servlets?
Is Servlet Class Thread safe?????? How to make servlet Thread safe ???
How is the get () method different from the post() method?
Which interface should be implemented by all servlets?