What is JSP, JSP intruduction, What are Java Server Pages
Java Server Pages is a Java Technology to design & Develop Dynamic web pages, It is a server side programming language which have the all facility of Java programming language like platform independence, Multi-Threading, JDBC Connectivity and all the java API's for creating the web based enterprise applications.
- The JSP can be easily embed with HTML and we can easily write the Java Code between the HTML code through the predefined JSP tags like Scriptlets, Declaration Tags etc,
- The JSP provides the predefined implicit objects to work with the Java Classes like out ,session, application, request, response etc.
- The JSP is the extension of Java Sevlet.
- The JSP always compile to the Java Servlet code and then the converted servlet class will execute.
- The JSP is simple and easy to work with the Dynamic web pages.
Advantages of JSP
- JSP can be easily embed with HTML.
- It is very similar to HTML because each and every work is done with the help of Tags in JSP.
- JSP supports almost all web servers and all operating systems.
- JSP is purely Java Code so the security always be there.
Thanks for visiting
{ 0 comments... read them below or add one }
Post a Comment