waht is the main diference b/w servelts and JSP ?
Answer Posted / nagababu
By using jsp we can seperate presentation logic from
bussinesslogic
By Using Servlets combine presentation logic and business
logic.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Why is servlet used?
What are the two important api's in for servlets?
What are important features of Servlet 3?
What is meant by a servlet?
What's the use of servletcontext?
Write all the phases defined in servlet life cycle?
When to use doget() and when dopost()?
What is httpservlet and how it is different from genericservlet?
Why filter is used in servlet?
What exactly is a servlet?
Explain url encoding?
What is context in servlet?
What is servlet and its types?
What are all the ways for session tracking?
What are the life cycle methods of a servlet?