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 meant by Servelet? What are the parameters of service
method?

Answers were Sorted based on User's Feedback



What is meant by Servelet? What are the parameters of service method?..

Answer / madhu

servlet is a java program which provides implementation of sevlet interface which is in javax.servlet package directly or indirectly.
parameters of service is HttpServletRequest request,HttpServletResponnse respone.
request and response are objects of classes which provides the implementation of HttpServletRequest,HttpServletResponse.

Is This Answer Correct ?    3 Yes 0 No

What is meant by Servelet? What are the parameters of service method?..

Answer / aruna raman

A servlet is a Java programming language class used to
extend the capabilities of servers that host applications
accessed via a request-response programming model.

Although servlets can respond to any type of request, they
are commonly used to extend the applications hosted by Web
servers. For such applications, Java Servlet technology
defines HTTP-specific servlet classes.

init()
service()
getServletConfig()
getServletInfo()
destroy()

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More Core Java Interview Questions

What is Restrictions in hibernate?

1 Answers   Bally Technologies,


Can we extend singleton class in java?

0 Answers  


What is the use of default method in interface in java? Explain

0 Answers  


Can constructor return value?

0 Answers  


Explain how can you debug the Java code?

0 Answers   BirlaSoft,


why string is not taking as primitive datatypes but we r taking it as a class? why explain it?

2 Answers   HP, SparkTG,


In a container there are 5 components. I want to display all the component names, how will you do that?

0 Answers  


What are the advantages of exception handling in java?

0 Answers  


How you can create a radio buttion using Checkbox class?

1 Answers  


What is string immutability?

0 Answers  


What is a local class in java?

0 Answers  


Is oracle java 11 free?

0 Answers  


Categories