What is the difference between JSP and Servlet?
Answer Posted / y ramakrishna
A servlet and jsp's both are equal ,there could many
differences in that mainly one difference is a jsp's code
will internally convert to an servlet internally.
Also the person who use jsp's no need to know java
completely.
| Is This Answer Correct ? | 30 Yes | 15 No |
Post New Answer View All Answers
What is jsp life cycle?
Explain JSP directives.
What is the purpose of
What is difference between custom jsp tags and beans?
What is context in web application?
What do you know about jsp tags?
Are dialogue tags necessary?
What is jsp custom tag and what are it’s components?
What information is needed to create a tcp socket?
What are the different types of directives available in jsp?
What is session management in jsp?
List the various action tags used in jsp.
What is application in jsp?
How can I use the results of my method? ea: <%! method (int x) { stuff return y; } %> <% out.println(y); %> how can I make this work? "y" is a variable made during the method.
What is declaration statement?