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
Whether we can get deadlock situation in servlets?
The code in a finally clause will never fail to execute, right?
Explain the servlet filter.
What do you mean by servlet?
Explain the custom jsp tags and the beans.
What is meant by a servlet?
What are all the advantages of servlet over cgi?
hi actully i hav form columns with origin and destination names .as like as i need to create one more column with name amount. my requirement is when i select origin and destination columns automatically i need to get amount from database.how can i. please tel me with relative code
What is api in servlet?
What are the steps that are involved in using the httpservlet class?
Explain how to improve Servlet Performance?
What is life cycle of Servlet?
Explain load on start-up and its importance?
What is difference between server and servlet?
Explain the servlet context.