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 is the use of 'out' implicit object?
What is el?
How to configure init parameters for jsp?
What is the advantage of using getProperty action, as compared to the accessor method?
How can you include the results of another page?
Explain the
Which two interfaces does the javax servlet jsp package have?
What are the lifecycle phases of a jsp?
Is jsp server side or client side?
Explain JSP directives.
What is session object in jsp?
How to delete a cookie in a jsp?
Can we use javascript in jsp?
Which tag is used to execute java source code in jsp?
What is difference between jsp and javascript?