JSP Expressions

Domain Hosting image
Web Hosting
Dedicated server
ssl certificate
Web Design image
Email
Anything between <%=and %> tags will be evaluated, converted to a string and displayed. Conversion from a primitive data type to a string is handling automatically.

JSP Syntax :-<%=expression %>
<b>Example</b>
The output is <%=count %>
The first name is <% =fname%>

<html>
<title>Include</title>
<body bgcolor="Lightgreen">
<%@ page language="java"%>
<h1><I>Hello,</I>Welcome to JSP World</h1>
<%@include file="date.jsp"%>
<h3>We are coming back soon</h3>
<%! int i=0;%>
<%i++;
%>
<h1>
<%="Welcome to Internet World"%>
<%="You have bought this JSP Page "+i+ "times"%>
</body>
</head>
</html>



Domain Name Search

www.


Copyright (C) 2007. Web Domain design hosting. All rights reserved.