What is execute in java?


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

Post New Answer

More JDBC Interview Questions

What is jdbc odbc in java?

0 Answers  


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 ?");

2 Answers  


What are the conditions applies to varchar variable, when using in procedures?

0 Answers  


What are the exceptions in jdbc?

0 Answers  


Name the types of jdbc drivers.

0 Answers  






What is executequery in java?

0 Answers  


Is jdbc database independent?

0 Answers  


What is resultset in jdbc with example?

0 Answers  


Which Java and java.sql data types map to my specific database types?

0 Answers  


Explain the difference between resultset and rowset in jdbc

0 Answers  


What is the JDBC syntax for using a literal or variable in a standard Statement?

0 Answers  


wa is connection pooling? how do u create connection pooling?wat is use connection pooling?

1 Answers   Covansys,


Categories