Apr
30

Displaying current time in JSP

By admin  //  JAVA  //  View Comments
<HTML>
<BODY>
Hello!  The time is now <%= new java.util.Date() %>
</BODY>
</HTML>

Related posts:

  1. What Is a Package in JAVA?
  2. Inheritance in JAVA
blog comments powered by Disqus