What is jsp and servlets?
Answer / Jyoti Singh Chaihal
JSP (JavaServer Pages) and Servlets are technologies used to create dynamic web content in Java. JSP allows developers to write HTML pages with embedded Java code, while Servlets are Java classes that handle HTTP requests and generate responses. Both JSP and Servlets can be used together in the same application, with Servlets often handling low-level tasks like session management and security, while JSP handles presentation.
| Is This Answer Correct ? | 0 Yes | 0 No |
What are the 3 tags used in jsp bean development?
What is JTGrid?
Which tag is used to execute java source code in jsp?
Where is jsp used?
What is an api with example?
How are the jsp requests handled?
What is the use of 'out' implicit object?
What are directives in jsp?
Why use of scripting elements in jsp is discouraged?
How did you implement caching in jsp?
Explain handling of runtime exceptions.
What is the use of jstl?