What is jdbc explain?
No Answer is Posted For this Question
Be the First to Post Answer
Which Driver is preferable for using JDBC API in Applets?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is database deadlock ? How can we avoid them?
What is the difference between execute, executeQuery, executeUpdate?
How to get the Database server details in java program?
What is in term of jdbc a datasource?
all Java qts are imp ?
PreparedStatement is a pre compiled statement but where it's pre compiled ?
What are the steps involved in establishing a connection using jdbc in java?
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 are the jdbc drivers in java?
How to move the cursor in scrollable resultset ?