What are jsp and servlets?



What are jsp and servlets?..

Answer / Hemant Kumar

JSP (JavaServer Pages) and Servlets are technologies used for developing dynamic web applications. JSP allows developers to embed Java code into HTML pages, while Servlets are standalone Java classes that handle requests and responses. Servlets have more control over the HTTP protocol, whereas JSP provides a higher-level abstraction.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More JSP Interview Questions

What are the events in jsp page?

1 Answers  


What is the use of requestdispatcher?

1 Answers  


What is jsp tag?

1 Answers  


Can we use jsp implicit objects in a method defined in jsp declaration?

1 Answers  


What is jsp technology?

1 Answers  


What is difference between jspwriter and servlet printwriter?

1 Answers  


How can I declare methods within my jsp page?

1 Answers  


what are the tools used in your project , How to ask the answer this question

1 Answers  


What are the different scope values for the jsp objects?

1 Answers  


What is declaration statement?

1 Answers  


How do you pass control from one jsp page to another?

1 Answers  


How does jsp engines instantiate tag handler classes instances?

1 Answers  


Categories