1.Write a JSP that simply displays the current date and time when it is opened.
2.Create a simple HTML page containing a single button that takes the user to a
JSP called Count1.jsp. Now create a JSP with this name that uses a session
variable (i.e., an attribute set up by object session) to display the number of
times that the user has visited the page during this session. Add a button that
takes the user back to the HTML page.