<%-- Indicate the location of the error handler using the page tag --%>
What's the coolest programming language in the known universe?

Java C++ Visual Basic

<% if (request.getMethod().equals("POST")) { if (request.getParameter("language").equals("JAVA")) { out.println("
You got that right!"); } else { //thow a new exception initializing it with some message } } %>