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.
Answer Posted / syed
yes Boss we build....refer in ur old frd GOOGLE
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What do you mean by session tracking and also explain its techniques?
Why do we need a constructor in a servlet if we use the init method?
Can a jsp be called using a servlet?
How do servlets work?
What are the different ways we can maintain state between requests?
How do we call one servlet from another servlet?
How do I know if java is running on linux?
Can we get PrintWriter and ServletOutputStream both in a servlet?
Does servlet have main method?
Difference between doget and dopost?
What is servlet collaboration?
Can you refresh servlet in client and server-side automatically?
What is the inter-servlet communication?
How can a servlet be used to generate plain text instead of html?
Explain mvc pattern.