What is a Connection?
Answer / devarathnam c,kotagudibanda(po
Hi...Actually Connection is an interface in JDBC API.
Which provides the communication b/n the frontend and
backend
| Is This Answer Correct ? | 2 Yes | 0 No |
What packages are used by jdbc?
What is the return type of class.forname() method?
What is an outer join?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
Is odbc an api?
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 flow statements of jdbc?
What does executeupdate return in jdbc?
What is the difference between Minus, and Intersect?
What is drivermanager in java?
What is SQL Warning? How to retrieve SQL warnings in the JDBC program?
Does JDBC support stored procedures?