What is the difference between JSP and Servlet?
Answer Posted / birja kumar,chennai
Servlet are serverside applet.Servlet are loaded an executed by the webbrowser But JSP file contain traditional HTML along with embeded code that allow the developer to access data from the java code running on the server...........
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
difference betwwn 16 bit and 32 bit
What are jsp elements?
What are the components of jsp?
How is scripting disabled?
What is full form of jsp?
How can I prevent the use of scripts and java code on the jsp page?
How does response sendredirect work?
What is jsp tag?
Mention the scope values for
Can we override jsp service method?
What does jstl mean?
Can you make use of a servletoutputstream object from within a jsp page?
Define scriptlet, expression and declaration in jsp?
What is an implicit object?
Why is it not recommended to use script elements in jsp?