Which of the following would be most appropriate to output the current date to a browser from a JSP?
Answer(s)
<%= new java.util.Date().toString() %>