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 ?");
2 4291Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
1 4379code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
4367
Explain the main method?
What is ojdbc14 jar?
Why do we need jdbc?
What is meant by dao?
How do I load a database driver with JDBC 4.0 / Java 6?
What are the ddl statements?
Explain the role of driver in jdbc.
What is getconnection method in java?
What are the different types of interfaces in the api component?
What are the different types of resultset?
What is correlated subquery?
What is jdbc and odbc in java?
What is jdbc odbc?
Under what circumstances, that all four drivers are used?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?