Difference Statement PreparedStatement CallableStatement

Statement vs PreparedStatement vs CallableStatement We know earlier, Statement interface works as a courier service between a Java (JDBC) program and database. There comes 3 types Statement interfaces in JDBC API doing the same job but used for different purposes. Let us see how they differ in Statement vs PreparedStatement vs CallableStatement and use them …

Difference Statement PreparedStatement CallableStatement Read More »