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
What is the life-cycle of servlets?
How a servlet is unloaded?
How will you pass values from HTML page to the servlet?
How the servlet is loaded?
Which event is fired at the time of project deployment and undeployment?
What's the use of servletcontext?
Why do we have servlet wrapper classes?
What is the disadvantage of cookies?
What is the servletconfig object?
What is context in servlet?
When servlet is loaded?
What do you mean by annotations in servlet?
How will two or three servlets interact or communicate with each other?
What is cgi and what are its drawbacks?
What is the workflow of a servlet?