<!--File jsp005a.jsp 02/13/00 Illustrates the Include Directive See jsp005.jsp --> <html> <body> <%-- Produce a String containing the current date and time --%> <%= new java.util.Date() %> </body> </html> Figure 2