Hi friends, am newbie to servlet. My interviewer asked why
used servlet in your application.
i used servlet for controller logic and business logic .
is it correct ?

Answers were Sorted based on User's Feedback



Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i use..

Answer / ratna dinakar

Servlet is server side Java application, which accepts,
processes and sends Http requests. We use a servlet to bind
Http Request and Http Response to business logic, using
various callback methods provided by HttpServlet class.

Is This Answer Correct ?    9 Yes 2 No

Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i use..

Answer / jitendra

yes correct.And the answer should also include that because
servlet has some methods that are inherited from super class
like...init,destroy and many more that are used to handle
the request.

Is This Answer Correct ?    4 Yes 0 No

Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i use..

Answer / madan

yes, servlets is used for purely for Controller.i think do u know MVC layer( Model View Control),control for Servlet,View for Jsp,Model for business logic..

based on the technology we used, the model will be changed
for example, if u use jsf,ejb
jsf is view and ejb is for model(business)
in struts, jsp is view, beans for model

Different persons are approaching different ways..
but are not used for business logic because we have these many technologies which maintain the B.logic

ok

Is This Answer Correct ?    1 Yes 0 No

Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i use..

Answer / mallikarjuna

using servlets we can develop the web applications . what
ever the client sending the request and giving the response
and writing controler logiv and businesslogic

Is This Answer Correct ?    0 Yes 1 No

Hi friends, am newbie to servlet. My interviewer asked why used servlet in your application. i use..

Answer / victor

no

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More Servlets Interview Questions

what is the difference b/w DispatchAction and LookUpDispatchAction?

1 Answers   Deloitte, iGate, Tech Mahindra,


How we can check in particular page the session will be alive or not

4 Answers   L&T, Symbiosis,


What is servlet and how it works?

0 Answers  


What is the capacity the doget can send to the server?

0 Answers  


Is it possible to send a mail from a servlet? Explain?

4 Answers  






What is a Session Id?

1 Answers  


What are different ways for servlet authentication?

0 Answers  


What are the advantages of servlets over traditional cgi?

0 Answers  


How ThreadSafe page attribute will be working in Servlet as well as in JSP?Automatically ThresdSafe is true in JSP so service method will be destroy in each and every request or not?so how thresd will handle srevice method?

1 Answers   AZTEC,


Hi guys.. Well can u tell me that why there is need of "init()" , i mean why can not we initialize the servlet object with the help of constructors? Thank you.

7 Answers  


How do you pass the data from one servlet to another servlet?

11 Answers   HCL,


What is api in servlet?

0 Answers  


Categories