What is the use of jdbc api?
No Answer is Posted For this Question
Be the First to Post Answer
what is call level interface?
What is 2 phase commit?
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 happen if we set JDBC string to NULL?
What is a connection string used for?
What is xe in oracle jdbc url?
What is jdbc odbc connection?
Without using of Class.forName(? ?), how do you connect to db?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.
Which database is used with java?
How do java applications access the database using jdbc?
why are using type4 driver in realtime projects?