What is servlet exception?

Answers were Sorted based on User's Feedback



What is servlet exception?..

Answer / ks

Defines a general exception that a Servlet can throw.

Is This Answer Correct ?    10 Yes 4 No

What is servlet exception?..

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

What is servlet exception?..

Answer / dipak

servlet is a general java file with added servlet api
functionalities,so like a java file it also throw exception
when it faces.

Is This Answer Correct ?    5 Yes 1 No

What is servlet exception?..

Answer / nilesh gunaware

Defines a general exception a servlet can throw when it
encounters difficulty.

Is This Answer Correct ?    7 Yes 5 No

What is servlet exception?..

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

What is servlet exception?..

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

Post New Answer

More Servlets Interview Questions

How can an existing session be invalidated?

0 Answers  


What is called servlet mapping?

0 Answers  


Directive Include and Action Include how both are working in JSP, what is the difference between both?In which suituation we have to choose these elements?

4 Answers   AZTEC,


Explain how to improve Servlet Performance?

0 Answers   BirlaSoft,


Differentiate between the web server and application server?

0 Answers  






Which is better jsp or servlet?

0 Answers  


How to prevent browser from caching the page content?

1 Answers  


what are the way a client can be tracked?

3 Answers   ABC, IBM,


What is the difference between RequestDispatcher and sendRedirect?-

5 Answers   CTS,


What are the annotations used in servlet 3?

0 Answers  


How we can get ip address of client in servlet?

0 Answers  


Why is servlet used?

0 Answers  


Categories