Statement vs PreparedStatement
In this post we will discuss the main differences between Statement and PreparedStatement object, and when we should use which object. Statement object:- It is the object of a JDBC driver software supplied Java class that implements java.sql.Statement(I). It is also called as Simple Statement because it is used with simple SQL statements without parameters. […]
Statement vs PreparedStatement Read More »