What types of DataSource objects are specified in the Optional Package?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc connection?
What is database deadlock ? How can we avoid them?
What are the different types of locking in JDBC?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
How can you load the drivers in jdbc?
What are the functions of the jdbc connection interface?
Briefly tell about the jdbc architecture.
Does jdbctemplate use prepared statements?
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 ?");
Can you define a foreign key, with a key from the same table?
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,
Where is ojdbc14 jar located?