life cycle of jsp

Life Cycle of JSP-: In the website normal web-pages execute on the browser quite easily but web-pages with .jsp extension are executed on the browser after a lot of processes.This life cycle processes until the destroy the file from the creation of the .jsp file.The process of JSP Life Cycle are divided in the following … Read more

What is java server pages

Introduction of Java Server Pages-: JSP (java server pages) is a server-side programming language. JSP language is used to create dynamic web pages or applications. JSP language is a combination of Java, HTML and XML.Java Server Pages language is similar to PHP and ASP language. But java server pages language uses Java quite a lot. … Read more