List the advantages of using datasource?
No Answer is Posted For this Question
Be the First to Post Answer
What is the reason why we need a jdbcrowset like the wrapper around resultset?
Which package is used for jdbc application?
What is jdbc and explain jdbc architecture?
How many packages are available in jdbc api?
After creating conntinpool in weblogic how to write the code in programe where i can use that pool object in the programe connecting to the database and how to debug programe withou eclipse
What is connection pooling and why it is used?
Name different methods for getting streams.
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 is a jdbc connection pool?
What is the full form of jdbc?
What is database deadlock ?
How to get the data from a table into a buffer?