Benefits of JSP

List down benefits of JSP.

Answer
 a. JSP pages perform with no issues on any platform
 b. They can be accessed from any web server.
 c. JSP technology emphasizes on reusing the components that helps to develop more purposeful page designs.

Explain the benefits of JSP.

The following are the benefits of a Java Server Pages:
 -The features portability, reusability and logic components of java language can be utilized across the platforms.
 -Memory management and exception management is optimized.
 -Provide a large range of API to increase the result oriented functionality
 -Easily deployable and performance is robust on multiple requests.
JSP Scriptlet - What is Scriptlet tag?
JSP Scriptlet - Scriptlet tag is a type tag used for inserting Java Code into JSP and is written as...
Explain how JSP handle run-time exceptions
JSP exceptions - The errorPage attribute of the page directive can be used to redirects the browser to an error processing page, when uncaught exception...
Explain how to implement a thread-safe JSP page
JSP Thread - JSPs can be made thread-safe by having them implement the SingleThreadModel interface...
Post your comment