Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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 the life-cycle of servlets?

0 Answers  


How can an existing session be invalidated?

0 Answers  


How do you deal property files in servlet?

0 Answers  


what is the difference between?when we write the code in following manner? class One extends httpservlet { } and class One extends genericservlet { }

4 Answers  


What is difference between ServletResponse sendRedirect() and RequestDispatcher forward() method?

0 Answers  


What are session variable in servlets?

0 Answers  


Why do we use sendredirect() method?

0 Answers  


Can you send the mail from a servlet ,if yes tell how?

2 Answers  


What are important features of Servlet 3?

0 Answers  


can u give some realtime example in ploymorphism? and inheritance?

11 Answers   SolutionNET,


How do you pass the data from one servlet to another servlet?

11 Answers   HCL,


What is the effective way to make sure all the servlets are accessible only when user has a valid session?

0 Answers  


Categories