JSP

 
More
 
More
 16th Jan 2007 06:43:05 AM

Shunmugavel  
 
 JSP
 

what is JSP? Give Exmple

 
More
 
  # 25th Jan 2007 10:00:05 AM

sansel  
 
 

Jsp is an acronym for java server pages. It is can be a simple html page with static content or dynamic html page with some scriptlets. In either cases the name of the file should have .jsp extension which indicates that the page is a jsp page.

Example.jsp

<html>

<head>

<title>An example for simple jsp</tile>

</head>

<body>

You can have all your contents within this body

</body>

</html>

 

 
More
Newsletter
Copyright © 2013 VisualBuilder. All rights reserved