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 the advantage of using Servlets over CGI programming?

Answer Posted / janet

Servlets are only instantiated when the client first
accesses the program. All subsequent accesses are done to
that instance.This keeps the response time of servlets lower
than that of CGI programs, which must be run once per
hit.also because servlet is instantiated only once,all
accesses are put through that one object. This helps in
maintaining objects like internal connection,pooling or user
session tracking and lots of other features.

Is This Answer Correct ?    11 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Explain the role of dispatcherservlet and contextloaderlistener.

1259


What is servlet and its advantages?

1108


What is the use of request dispatcher interface?

1055


What is the difference between Servlet Request and Servlet Context when calling a Request Dispatcher?

1334


What is a cookie What is the difference between session and cookie

1140


How to get the actual path of servlet in server?

1274


How to upload a file to the server using servlet?

1059


How do you run a servlet?

1108


What is a servlet?

1199


Write all the phases defined in servlet life cycle?

1249


Why are servlets used?

1086


What is the use of servletconfig interface?

1085


What is the difference between sendredirect() and forward() in a servlet?

1058


How to make sure a servlet is loaded at the application startup?

1090


What is meant by session? Tell me something about httpsession class?

1084