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 |
Write a hello world program using servlets.
What is the importance of init() method in Servlet ?
Explain jsessionid?
What is servlet instance?
1.HttpSession 2.Hidden fields 3.URL Rewriting these primitive type of Session maintainance. What is the other type of process that could help to maintain the Session? pls Explain the process if u know?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What do you mean by filter in servlet?
what happens if we wont use destroy()?
What is the difference between the include() and forward() methods?
What is a servlet engine?
What is servlet name in web xml?
Difference between web container & web server........... Difference between web server & application server?????????