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

What is cookie? Why is cookie used?

0 Answers  


What is ServletConfig object?

0 Answers  


What are the mechanisms used by a servlet container for maintaining session information?

0 Answers  


How can I send user authentication information while making URL Connection?

0 Answers  


Is servlet thread safe?

0 Answers  






Explain the architechure of a servlet?

0 Answers  


how can you give alias to servlets?

1 Answers  


What are different types of SessionTracking?

2 Answers  


How are filters?

0 Answers  


Hi frnd can i any one kindly can post for me portlet,hibernate and spring example application and with flow explantion configuration using Jdeveloper.and related links ar tutorials kindly please send me .its urgent for me .thanks in advance...........else can any one send to kondaiah.goddeti@gmail.com

0 Answers  


Explain in brief the directory structure of a web application?

0 Answers  


What is the purpose of inter-servlet communication?

0 Answers  


Categories