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
Can servlet have a constructor ?
How can we achieve transport layer security for our web application?
If servlet receives multiple requests, how many objects will it create?
What do you mean by deployment descriptor?
How do you create a cookie using servlet?
What are the steps that are required to handle the multi-threading?
Explain the difference between a web server and a web container?
Why the container loads server at the application startup and how?
What is the dispatcher servlet?
What are the advantages of cookies?
Why are http servlets used in programming?
What is servlet invoker?
What are life cycle methods of a servlet?
How can a servlet be used to generate plain text instead of html?
What if you need to span your transaction across multiple servlet invocations?