what is the difference between Servlet and JSP?Advantage of
JSP over Servelt?Any concept present in JSP which we cant
implement in Servlet?
Answer Posted / d.sharath
servlet: its a java class so for every change we have to
compile the code to reflect the change.Mainly using for
writing business logics.
in jsp java code directly embeded into the html code
in jsp contains the ExpressionLanguage if in our
application development use EL to reduce the application
development time
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Define the servlet mapping.
Write a servlet to upload file on server.
What is the need of session tracking in web application?
How can we invoke another servlet in a different application?
What is meant by a servlet?
Why servlet is faster than jsp?
How would you create deadlock on your servlet?
what is multiple server?
How can we implement a jsp page?
Differentiate between the print writer and servlet output stream?
What is the procedure for initializing a servlet?
Name the packages that work with servlet?
How can you start a jta transaction from a servlet deployed on jboss?
Differentiate between the get and post method
What is the purpose of requestdispatcher interface?