Section
4.2.7
General
Use interfaces that validate input before using it.
Java

In Java, use PreparedStatement() to communicate with databases instead of the Statement interface that does not validate.