Describe what a Java Servlet is and discusses important related terms.
Note at 5:05, I do have a code error. The request.getParameter() method always returns a String which will NOT automatically convert to an int in Java. I should be reading that in as a String, validate it, then convert it to an int if needed.