-
PreparedStatement in JDBC
In my previous blog Getting started with Java Database Connectivity we had seen how to connect to MySQL using the…
-
Getting started with Java Database Connectivity (JDBC)
Many a times in testing, we face a situation where we need to test the data into database. Database testing…