Learning Java Programming Made Easy
<%-- Document : ip Created on : Feb 14, 2017, 12:11:42 PM Author : my pc --%> <%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head><title>Hello World</title></head>
<body>
Hello World!<br/>
<%
out.println("Your IP address is " + request.getRemoteAddr());
%>
</body>
</html>
No comments:
Post a Comment
Welcome, happy learning