Solution:
<html>
<head>
<title>JSP Example</title>
</head>
<body>
<LI>Today’s date is: <%= new java.util.Date() %>
<LI>Session Id:<%= session.getId() %>
</body>
</html>
The output of the program is as shown in Figure 2.3.
Thanks for visiting my blog!Have a good time
<html>
<head>
<title>JSP Example</title>
</head>
<body>
<LI>Today’s date is: <%= new java.util.Date() %>
<LI>Session Id:<%= session.getId() %>
</body>
</html>
Được đăng bởi admin vào lúc 9:42 PM
Nhãn: Exercises 3 lab 1
0 nhận xét:
Post a Comment