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?

Answers were Sorted based on User's Feedback



What is Servlet?..

Answer / tamilvanan

Servlet:
simply say,Servlet is a serverside java code ... it is
mainly used to write business logic
there are two types of servlet


1.Generic Servlet
2.HttpServlet

Is This Answer Correct ?    3 Yes 0 No

What is Servlet?..

Answer / ajay dhingra

Servlet is server side web application component written in
java which is used to handle client side request.

there are two type of servlet

1. Generic Servlet : extends javax.servlet.
2. HttpServlet : extends javax.Servlet.HttpServlet.

Is This Answer Correct ?    2 Yes 0 No

What is Servlet?..

Answer / praveen

servlet is the controller of the mvc pattern it is an java
class that extends javax.servlet .through which the user
should be taken to a new page .

Is This Answer Correct ?    1 Yes 0 No

What is Servlet?..

Answer / nandam mohan

Servlet is a java program which is running in web server.

A class that implements javax.servlet interface is cslled a
sevlet.It alloes is to develop a web application.

Is This Answer Correct ?    1 Yes 0 No

What is Servlet?..

Answer / sunil

servlets r used to design the server side applications that
work on clint server architecture

there are two type of servlet

1. Generic Servlet : extends javax.servlet.*
2. HttpServlet : extends javax.Servlet.HttpServlet.*

we should import these two packages

Is This Answer Correct ?    1 Yes 0 No

What is Servlet?..

Answer / javachi

The Java application that runs on server side, it is like server side applet (serv let). which works on client-server architecture.

Is This Answer Correct ?    0 Yes 0 No

What is Servlet?..

Answer / sivakumaran kathamutthu(siva)

Servlet is server side java programming for java web
application which will enrich with business logic where jsp
provides static part of java web application which doesnt
has business logic(if we need we can have bussiness logic
there but its poor archetecture) but use for display view
part of webapplication.

A servelt class can be created in two way
1) extending the GenricServlet
2) HttpServelt

Is This Answer Correct ?    0 Yes 0 No

What is Servlet?..

Answer / raman

A class that implements javax.servlet interface is cslled a
sevlet.It alloes is to develop a web application.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Core Java Interview Questions

define the terminology association.

0 Answers  


Considering notepad/ie or any other thing as process, what will happen if you start notepad or ie 3 times? Where 3 processes are started or 3 threads are started?

0 Answers  


Write code to implement bubble sort in java?

0 Answers  


What is the difference between Java Bean and Java Class.?

2 Answers  


Explain abstract class in java?

0 Answers  


Is arraylist ordered?

0 Answers  


What is meant by design patterns?

0 Answers  


What is command line used for?

0 Answers  


How does multithreading take place on a computer with a single cpu in java programming?

0 Answers  


How many times garbage collector will invoke an object?s finalize() method?

4 Answers  


What is the return type of a program?s main() method?

3 Answers  


Which class is the immediate superclass of the Container class?

1 Answers  


Categories