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 difference between portlet and servlet?
How can we refresh automatically when new data is entered into the database?
What is string tokenizer?
Define the lifecycle for executing a jsp page.
Who is responsible for writing a constructor?
What is webservlet?
Why is httpservlet declared abstract?
What are important features of Servlet 3?
What is the process to implement doget and dopost methods?
What mechanisms are used by a Servlet Container to maintain session information?
Define the servlet mapping.
How do we call one servlet from another servlet?
What is the difference between the servlets and cgi programs?
How can you create a session in servlet?
How does tomcat servlet container work?