JSP stands for Java Server Page, which is a server side programming implemented in Java.
And its an extension of Servlets where we used to write both business logic and UI code in
same place. JSP proving the programmers to write both business logic and UI separately.
When ever we did any changes in Servlet we have to recompile the code to get the updated changes.
But in JSP its not required , simply refreshing the browser is enough. JSP will provide the dynamic content with in the HTML. It is more flexible and readable than Servlets.
No comments:
Post a Comment