Tuesday, November 29, 2011

What is the JDBC syntax for using a literal or variable in a standard Statement?

First, it should be pointed out that PreparedStatement handles many issues for the developer and normally should be preferred over a standard Statement.
Category:JDBC Interview Questions

No comments:

Post a Comment