The Prepared Statement is a slightly more powerful version of a Statement, and should always be at least as quick and easy to handle as a Statement. The Prepared Stateme
Statement interface executes static SQL statements without parameters
Statement
PreparedStatement interface (extending Statement) executes a precompiled SQL statement with/without parameters
PreparedStatement
Efficient for repeated executions
It is precompiled so it's faster