What is the use of jsp and servlet?
Answer / Siddharth Tiwari
JSP (JavaServer Pages) and Servlets are both Java technologies used for developing dynamic web applications. Servlets handle HTTP requests and generate responses, while JSP provides an easy-to-use syntax to embed HTML, JavaScript, and Java code within a single file. JSP uses Servlets under the hood to process requests, but it abstracts away much of the low-level details, making it easier for developers to create dynamic web content.
| Is This Answer Correct ? | 0 Yes | 0 No |
Define scriptlet, expression and declaration in jsp?
how can i add properties in dynamic text fields using .js file?
How can the applets be displayed in the jsp? Explain with an example.
can i use vb script with jsp?
List out the various scope values of jsp action.
Can we use javascript in jsp?
Which one is correct order of phases in jsp life cycle?
What jsp lifecycle methods can I override?
What is jspinit method?
What class.forname will do while loading drivers?
How does the Jsp Expressions works ? What happens at the back?
Define Static Block.