PreparedStatement in JDBC
In my previous blog Getting started with Java Database Connectivity we had seen how to connect to MySQL using the JDBC API and also learnt how to execute queries on MySQL database using command line and using a java program. In this blog we will take a closer look at the JDBC Statement Classes. Following …