waht is the main diference b/w servelts and JSP ?
Answer Posted / surendra
Jsp is nothing but a servlet
By using jsp we can seperate presentation logic from
bussinesslogic
The report that generate to the enduser must be placed in
jsppage
All the database operations must be placed in a javabean
so that we can easily modify the application if required
To simplify the development of the application jsp is used
rather than servlets.
| Is This Answer Correct ? | 3 Yes | 2 No |
Post New Answer View All Answers
Tell us something about servletcontext interface.
How to make sure a servlet is loaded at the application startup?
What's the difference between servlets and applets?
What is a generic servlet?
Why servlet is faster than jsp?
How httpservlet is different from the genericservlet?
Why is Servlet so popular?
Can servlet have a constructor ?
Can we refresh servlet in client and server side automatically?
What are the servlet events?
How do you load an image in a Servlet?
What are the ways to handle multi-threading in servlets?
What is servlet and its types?
What is a deployment descriptor?
What is the procedure for initializing a servlet?