What is the feature of jdbc v4?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More JDBC Interview Questions

What is odbc. how is it related to sql cli?

0 Answers  


What is a jdbc connection string?

0 Answers  


How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?

0 Answers  


How do I insert an image file (or other raw data) into a database?

0 Answers  


What are statements in JAVA ?

1 Answers   CTS,






How a database driver can be loaded with jdbc 4.0 / java 6?

0 Answers  


What is jdbc and odbc in java?

0 Answers  


I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?

0 Answers  


What are the types of statements in jdbc?

0 Answers  


Result set’s index starts with 0 or 1?

0 Answers  


What is executeupdate in java?

0 Answers  


What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................

6 Answers   TCS,


Categories