Answer Posted / pratik
interface
| Is This Answer Correct ? | 8 Yes | 1 No |
Post New Answer View All Answers
How can I create a custom RowSetMetaData object from scratch?
What is connection commit?
Is oracle client required for jdbc connection?
How many ways can you update a result set?
What is the return type of execute, executequery and executeupdate?
How does jdbc driver work?
Where is jdbc url mysql?
Does jdbc require oracle client?
What are the classes and methods used for sending sql statements to database?
What are the jdbc drivers in java?
Does sql allow null values ?
what is the meaning of following code snippets Class c=class.forName(driverClassName); Driver d=(driver)c.newInstance();
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Write an sql to find all records having all numeric characters in a field ?
How can you retrieve data from the resultset using jdbc?