hello world example
hello world example
<html> <head> <title>JSP page </title> </head> <body> <%@ page language=java %> <% out.println(Hello World); %> </body> </html>
Bookmark It
|
|||||
|
hello world example hello world example <html> <head> <title>JSP page </title> </head> <body> <%@ page language=java %> <% out.println(Hello World); %> </body> </html> Bookmark It |
|||||
|
Copyright © 2012 Programmingsite : source code - All Rights Reserved |
|||||