<

JSP Tutorial

Java Server Pages(jsp) is used to make server side web applications. JSP tags <% ----java code----%>. It provides functionality like JSTL,expression language.

Netbean IDE is used to development of java server pages.

JSP Performance



Use of JSP



Basic JSP Hello World Program Example


Create basic jsp hello world program.

index.jsp
<html>  
<body>  
<% out.print("Hello World"); %>  
</body>  
</html>  

OutPut

Hello World
















© copyright 2017-2022 Completedone pvt ltd.