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
What do you mean by jsp directives?
What is the jspinit() method?
why ,what, when, where,how the extended star schema is used.
What is session tracking in jsp?
Can Static method be Override?
What is welcome file list?
Why should we not configure jsp standard tags in web.xml?
What is called jsp directive?
Why jsp is used instead of html?
What are the steps for creating custom tags in jsp?
What are context initialization parameters?
Give the syntax for jsp comments.
Which jsp implicit objects are thread safe?
How many tags are provided by jstl?
Can we override jsp service method?