What is benefit of using preparedstatement in java?
What are the common tasks of JDBC?
What is the role of the jdbc drivermanager class?
If iam using JDBC API, do I also have to use ODBC?
What is ojdbc14 jar?
how can we get the metaData (columnNames) from a table which has no Records..
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 ?");
Why resultset is used in java?
what happens if connection is not closed?
What is jdbc driver manager?
What is getconnection method in java?
What is new in JDBC 2.0?
write down exceptions those appear in java programs when u write JDBC Programs?