When do we use execute method in java jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc connection interface?
Where is mysql jdbc driver located?
What is connection pooling and why it is used?
How do java applications access the database using jdbc?
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
What driver should I use for scalable Oracle JDBC applications?
what does batchUpdate does?
What are the advantages of using preparedstatement in java?
What is JDBC DataSource and what are it’s benefits?
What are the Isolation level in JDBC transaction?
What is jdbc architecture?
Is JDBC a language or Application?