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 ?
Answer Posted / 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 |
Post New Answer View All Answers
Why is init() method is used in servlets?
Explain in brief the directory structure of a web application?
What's the difference between servlets and applets?
what do you understand by url rewriting?
Why is servlet used?
How would you create deadlock on your servlet?
Who is responsible to create the object of servlet?
What is the difference between the getrequestdispatcher(string path) method of javax.servlet.servletrequest interface and javax.servlet.servletcontext interface?
What do you mean by web applications? Explain web application directory arrangement?
Explain is servlet mapping?
What are different Authentication options available in Servlets.
Can a jsp be called using a servlet?
Why do we use sendredirect() method?
Define context initialization parameters.
What are the steps involved in placing a servlet within a package?