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 advantages do servlets have over CGI programs?

Answer Posted / ravikiran

cgi makes use of multiprocessing.Means each and every
request is processed by an individual process.where as
servlets make use of multithreading.A single process with
multiple threads to accomplish the particular task

Is This Answer Correct ?    9 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the purpose of dispatcherservlet properties?

1193


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

1120


What is the procedure of invoking different servlet in a different application?

1063


How many servlet objects are created?

1117


What is difference between PrintWriter and ServletOutputStream?

1350


What is the type of method for sending request from http server?

1179


How do you deal property files in servlet?

1132


What is the process to implement doget and dopost methods?

1032


Why do you use session tracking in httpservlet?

1196


Which httpsession object is used to view and manipulate information about a session?

1230


Is servlet thread safe?

1041


If my browser does not support cookie, and my server sends a cookie instance what will happen?

1145


What is the workflow of a servlet?

1227


Why do we need a constructor in a servlet if we use the init method?

1102


Can we use threads in Servlets?

1192