Unit 4 Overview
By the end of this unit you will be able to:
- Retrieve HTML form data in a servlet.
- Use JSTL (Java Standard Tag Library) in combination with EL to display data on a JSP.
- Connect to a database.
- Perform select and insert queries against a database.
- Use prepared statements to improve security, code readability, and maintainability.
- Use session tracking to maintain state information.