What is JDBC Connection isolation levels?
No Answer is Posted For this Question
Be the First to Post Answer
What are the common tasks of JDBC?
What is the feature of jdbc v4?
What is a statement?
Can resultset be null in java?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
What is sqlwarning and discuss the procedure of retrieving warnings?
How we say that PreparedStatment is Precompiled? where it will be compiled?
What is the benefit of having jdbcrowset implementation?
What are the jdbc statements?
What is jdbc type?
What is the difference between setmaxrows(int) and setfetchsize(int)?
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?................