What is jdbc architecture in java?
password, is stored in as plain text. What can I do to protect my passwords?
what exactly happens when we execute "Class.forname("Driver class name");"?Explain indetail
10 Answers Accenture, HP, IBM, Infosys, SAP Labs, SAS, Sasken, Trigent, Wipro,
What is the difference between client and server database cursors?
How many rowset are available in jdbc?
What is drivermanager in java?
How to handle when the database crashes while reading the data from the database?
what are the drawbacks of JDBC? explain briefly?
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 ?");
how many JDBC drivers ?name them?
What is the use of the statement in jdbc?
What is jdbc template?
What is JDBC DataSource and what are it’s benefits?