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...


Hi Frieds, I am new to servlet why to use servlet in
webapplication. what i know is " use servlet as a
controller in mvc and to implemnent business logic . is it
correct ? One more thing reason for implementing business
logic with servlets , why not jsp.

Answers were Sorted based on User's Feedback



Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use s..

Answer / syed

Servlet is a server side technology,for developing
serverside application(web applications).

In ModelI we use Servlet and Jsp's only.jsp used for
Presentation logic and Servlet used for Business logic & as
Controller.

Why because- 1.for communating with DataBase
2.for container(server)recognise java code.

Is This Answer Correct ?    4 Yes 2 No

Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use s..

Answer / syed

yes Boss we build....refer in ur old frd GOOGLE

Is This Answer Correct ?    0 Yes 0 No

Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use s..

Answer / ashok kannan

To build a dynamic web page servlets are used.

Is This Answer Correct ?    0 Yes 1 No

Hi Frieds, I am new to servlet why to use servlet in webapplication. what i know is " use s..

Answer / p.a.v.k.prasad

in Many projects we can't write any BL in servlets and JSP's.
Write it in seperate class(Helper class). and just call to that helper class in u r servlet class.

bcoz if u write a BL in u r servlets(BL may be chenge from one senario to another) then again change in the servlets and redeploying........burden to the container........

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

Why HttpServlet class is declared abstract?

0 Answers  


How can you maintain servlet chaining?

1 Answers  


what are the way a client can be tracked?

3 Answers   ABC, IBM,


What is servlet mapping?

0 Answers  


How to rectify errors in java servlet while compilation?

0 Answers  


Difference between get and post in java servlets?

0 Answers  


What is the difference between JspWriter and PrintWriter

4 Answers   Artech,


Explain jsessionid and when is it created?

0 Answers  


How to get ip address in jsp login page and how to validate like 127.1.0.1 all should not be greater than 255

0 Answers   Bosch, EF,


How to get the current httpsession object?

0 Answers  


How can I share objects across different sessions?

2 Answers   Accenture,


What are the differences between servlet context vs servlet config?

0 Answers  


Categories