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 |
What are the events in jsp page?
What is the use of requestdispatcher?
What is jsp tag?
Can we use jsp implicit objects in a method defined in jsp declaration?
What is jsp technology?
What is difference between jspwriter and servlet printwriter?
How can I declare methods within my jsp page?
what are the tools used in your project , How to ask the answer this question
What are the different scope values for the jsp objects?
What is declaration statement?
How do you pass control from one jsp page to another?
How does jsp engines instantiate tag handler classes instances?