<%@ page errorPage="errorpage.jsp" %>
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 { throw new Exception("You chose the wrong language!"); } } %>