Is jsp better than servlet?



Is jsp better than servlet?..

Answer / Jagannath Mani Tripathi

Both JSP and Servlets are used for developing web applications in Java, but they have different approaches. Servlets offer more control and direct access to the HTTP protocol, while JSP provides a simpler syntax for embedding HTML and Java code.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

Is jsp page extensible true false?

1 Answers  


How we can use javascript with jsp pages?

1 Answers  


What is the resourcebundle class in jsp?

1 Answers  


why JSP is bigger choice for software development as compare to ASP.

2 Answers  


Why jsp is better over static html also explain lifecycle of a jsp?

1 Answers  


How does error handling occur with jstl?

1 Answers  


How we can configure init params in jsp?

1 Answers  


How can you make the finally clause not to fail to execute?

1 Answers  


Are application, pageContext and object of ServletContext same or not?

2 Answers  


What is directive jsp?

1 Answers  


Plz any body tell me why use jsp over servlet.what is the benefit of jsp over servlet?

4 Answers   Future Generali, HCL,


How do you connect to the database from jsp?

1 Answers  


Categories