What is the difference between JSP and Servlet?
Answer Posted / pratheeka reddy
Servlets are pure java programs.here we can't use HTML.
But in JSP we use HTML,so we can use and modify the data
very easily.
Servlets are faster than JSP.bcoz while running JSP
programs it will be converted into Servlets and then
executed,so it takes more time.
| Is This Answer Correct ? | 205 Yes | 74 No |
Post New Answer View All Answers
Which directive is used in jsp custom tag?
What is difference between java and jsp?
Explain the jsp:setProperty action.
What is the scope of response object?
How do I perform browser redirection from a jsp page?
difference betwwn 16 bit and 32 bit
What is the jsp:plugin action ?
What is difference between javascript and jsp?
write a program in javasacript to shake the window
What are the different types of jsp directive?
What is difference between jspwriter and servlet printwriter?
How do I prevent the output of my jsp or servlet pages from being cached by the browser?
What is an api with example?
What does it mean when tags or attributes are said to be deprecated?
Why jsp and servlets are used?