Back to Browse

Introduction to Java Servlets

30.9K views
Feb 18, 2014
5:44

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.

Download

0 formats

No download links available.

Introduction to Java Servlets | NatokHD