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...


Can a servlet be called by passing its name as a parameter
in the URL?



Can a servlet be called by passing its name as a parameter in the URL?..

Answer / tulasivani

No, it cannot be done.We use deployment descriptors as
writtne in web.xml file which is used to identify a servlet.
servlet name, servlet class and url-pattern are specified
in the web.xml file which will find the url-pattern and
identify the servlet associated with in

Is This Answer Correct ?    8 Yes 2 No

Post New Answer

More Servlets Interview Questions

Difference between web container & web server........... Difference between web server & application server?????????

8 Answers   TCS,


How is a servlet implemented in code?

0 Answers  


What is the difference between genericservlet and httpservlet

0 Answers  


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

11 Answers   SolutionNET,


Which HTTP method is non-idempotent?

0 Answers  


Explain in detail about applet to servlet communication?

1 Answers  


Difference between doget and dopost?

0 Answers  


What is the use of httpservletrequestwrapper and httpservletresponsewrapper?

0 Answers  


Name the webserver that is used to run Servlets?

5 Answers  


What is the difference between 2 types of servlets?

0 Answers  


What if we pass negative value in load-on-startup?

0 Answers  


What are the classes and interfaces for servlets?

4 Answers  


Categories