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
How servlets are deployed in java?
How do we call one servlet from another servlet?
How does Cookies work in Servlets?
What are the benefits of using servlet over cgi?
How to get the IP address of client in servlet?
How forward () method is different from send redirect () method?
Can you refresh servlet in client and server-side automatically?
Difference between java beans & servlets?
What is servletconfig?
How can you create a session in servlet?
What is the difference between Difference between doGet() and doPost()?
Describe some assignments that are executed by servlet container?
Explain mvc pattern.
Explain url encoding in servlet?
What are the different session tracking techniques?