Question:
What are the uses of Servlets?
Answer:
A servlet can handle multiple requests concurrently, and can synchronize requests. This allows servlets to support systems such as on-line conferencing. Servlets can forward requests to other servers and servlets. Thus servlets can be used to balance load among several servers that mirror the same content, and to partition a single logical service over several servers, according to task. Source: CoolInterview.com
A servlet can handle multiple requests concurrently, and can synchronize requests. This allows servlets to support systems such as on-line conferencing. Servlets can forward requests to other servers and servlets. Thus servlets can be used to balance load among several servers that mirror the same content Source: CoolInterview.com
Answered by: A.Dinesh Kumar Reddy | Date: 2/15/2010
| Contact A.Dinesh Kumar Reddy
Servlets can dynamically create web pages that contain live data. They are also very useful for processing form data that was entered into a web browser page.
They are also used as a partnering agent to interact with network transactions of any kind initiated by client side Applets. Source: CoolInterview.com
Answered by: Aswathy | Date: 4/21/2010
| Contact Aswathy
servlet is a server side program which runs on the server,handles multiple request from client and revert response to them Source: CoolInterview.com
Answered by: sadeesh | Date: 6/7/2010
| Contact sadeesh
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 Source: CoolInterview.com
Answered by: vinod | Date: 7/24/2010
| Contact vinod
It's feature of handling multiple request at a time makes beneficial in client-server application. Source: CoolInterview.com
Answered by: sarvesh | Date: 8/21/2010
| Contact sarvesh
If you have the better answer, then send it to us. We will display your answer after the approval.
Rules to Post Answers in CoolInterview.com:-
- There should not be any Spelling Mistakes.
- There should not be any Gramatical Errors.
- Answers must not contain any bad words.
- Answers should not be the repeat of same answer, already approved.
- Answer should be complete in itself.
|