PreparedStatement
interface extends Statement interface. PreparedStatement object
represents a precompiled SQL statement. By using PreparedStatement a
SQL statement is precompiled and stored in a PreparedStatement
object. So this object is used to effectively execute the same
statement multiple times.
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
No comments:
Post a Comment