Question:
What is the servlet?
Answer:
Servlets are modules that extend request/response-oriented servers, such as Java-enabled web servers. For example, a servlet may be responsible for taking data in an HTML order-entry form and applying the business logic used to update a company's order database. Source: CoolInterview.com
servlets are server side program written in java programming language Source: CoolInterview.com
Answered by: praveen | Date: 11/13/2007
| Contact praveen
Servlet is a server side programming , it enables us to write code for servers , which takes request , and sends responses in text , html and various audio visual formats . Source: CoolInterview.com
Answered by: SATYAM DWIVEDI | Date: 3/17/2009
| Contact SATYAM DWIVEDI
Servlets are the objects which are used for developing the web based applications and which extend the servlet interface.earlier we had CGI which creates new process for each request ,which was time taking,i.e wating time dominates ,so we have com up wit d solution SERVLETS. Source: CoolInterview.com
Answered by: Sameena Anjum | Date: 7/7/2009
| Contact Sameena Anjum
Servlet is a webcomponent that runs at server side, managed by webcontainer for generation of dynamic information. Source: CoolInterview.com
Answered by: manidhar | Date: 8/1/2009
| Contact manidhar
Servlet is a set of library written in java for handling and easing use of client/server based programming.
Note:We can write down servlet like functionality with core java Networking API but this task is really tough. Source: CoolInterview.com
Answered by: gaurav gupta | Date: 10/16/2009
| Contact gaurav gupta
-servlet is a web technology. -It is an API(servlet API). -It is one of the J2EE technology. -It is a specification. -A servlet is a dynamic web resource in a web application. -A servlet is a one java class. -A servlet is a web component(servlet,JSP). -A servlet is a server side piece of code that enhances the functionality of a web server. -A servlet produces dynamic web pages. -A servlet have java code plus HTML code. -A servlet is a web component(server software) managed public java class. Source: CoolInterview.com
Answered by: P.Kiran Kumar | Date: 3/15/2010
| Contact P.Kiran Kumar
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.
|