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 servlet and what you get when we use servlets?

Answers were Sorted based on User's Feedback



what is servlet and what you get when we use servlets?..

Answer / ravikiran(aptech mumbai)

servlet is the server side component and executed on any
web/application server.When we make use of servlets we will
get the services provided by the container and multi
threading support

Is This Answer Correct ?    38 Yes 8 No

what is servlet and what you get when we use servlets?..

Answer / sheetal

Servlets are modules that extend request/response-oriented
servers,such as Java-enabled web servers. For example, a
servlet might be responsible for taking data in an HTML
order-entry form and applying the business logic used to
update a company’s order database. Servlets are to servers
what applets are to browsers. Unlike applets, however,
servlets have no graphical user interface.

Is This Answer Correct ?    18 Yes 4 No

what is servlet and what you get when we use servlets?..

Answer / someone

servlet acts as a web container in which we can execute the
html data via httprequest.

Is This Answer Correct ?    13 Yes 4 No

what is servlet and what you get when we use servlets?..

Answer / nag sekhar(mca)

Servlet is an object which provides the implementation of
servlet interface directly or indirectly.
For example servlet program can be written by implementing
the servlet interface or by using HttpServlet class like
"public class ServletExample extends HttpServlet". The class
HttpServlet implements the Servlet interface which is
indirect implementation of Servlet.

Is This Answer Correct ?    8 Yes 1 No

what is servlet and what you get when we use servlets?..

Answer / divya.mamillapalli(mca)

Servlets are server side components that provide a powerful
mechanism for developing server side programs. Servlets
provide component-based, platform-independent methods for
building Web-based applications, without the performance
limitations of CGI programs. Unlike proprietary server
extension mechanisms (such as the Netscape Server
API or Apache modules), servlets are server as well as
platform-independent. This leaves you free to select a "best
of breed" strategy for your servers, platforms, and tools.
Using servlets web developers
can create fast and efficient server side application
which can run on any servlet enabled web server. Servlets
run entirely inside the Java Virtual Machine. Since the
Servlet runs at server side so it does not checks the
browser for compatibility. Servlets can access the entire
family of Java APIs, including the JDBC API to access
enterprise databases. Servlets can also access a library of
HTTP-specific calls, receive all the benefits of the mature
java language including portability, performance,
reusability, and crash protection. Today servlets are the
popular choice for building interactive web applications.
Third-party servlet containers are available for Apache Web
Server, Microsoft IIS, and others. Servlet containers are
usually the components of web and application servers, such
as BEA WebLogic Application Server, IBM WebSphere, Sun Java
System Web Server, Sun Java System Application Server and
others.

Servlets are not designed for a specific protocols. It is
different thing that they are most commonly used with the
HTTP protocols Servlets uses the classes in the java
packages javax.servlet and javax.servlet.http. Servlets
provides a way of creating the sophisticated server side
extensions in a server as they follow the standard framework
and use the highly portable java language.

.

Is This Answer Correct ?    9 Yes 4 No

what is servlet and what you get when we use servlets?..

Answer / rohit patel(vadodara)

Srevelet is mainly Java-based Server Side web Technology..

Is This Answer Correct ?    3 Yes 1 No

what is servlet and what you get when we use servlets?..

Answer / kesav

Servlet is an API , released by Sun Micro Systems , Servlet
is a Java Program which provides the implementation of
Servlet Interface directly or indirectly

Is This Answer Correct ?    2 Yes 1 No

Post New Answer

More Servlets Interview Questions

How native code can be used in a servlet?

0 Answers   IBM, TCS,


What is the functionality of actionservlet and requestprocessor?

0 Answers  


how a servlet is instantiated, whether the container calls init() or by calling any other method? please somebody reply..

6 Answers   Siemens,


Is there any need to shutdown the web server, if you want to modify a servlet?

3 Answers  


How will you open a new page after certain interval of time (5 sec), on clicking of a button in an html page?

2 Answers  


How do you communicate in between Applets and Servlets?

0 Answers  


What does the term localization refer to?

0 Answers  


which type of data passing is used in realtime?

1 Answers  


What is servlet attributes and their scope?

0 Answers  


How do you deal property files in servlet?

0 Answers  


What is servlet and its types?

0 Answers  


How do we go with database connection and log4j integration in servlet?

0 Answers  


Categories