Differentiate between a statement and a preparedstatement.
No Answer is Posted For this Question
Be the First to Post Answer
List some new features available in jdbc 4.0?
What is Type-4 Driver and when this driver is used?
What is the JDBC syntax for using a literal or variable in a standard Statement?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
What is JDBC Batch Processing and what are it’s benefits?
What is device controller?
What is @entity in java?
How do I insert/update records with some of the columns having NULL value?
What are the three parts of a jdbc url?
Is jdbc an api?
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?................
How do you determine the sensitivity of the ResultSet object?