Explain some new features available in jdbc 4.0?
No Answer is Posted For this Question
Be the First to Post Answer
Define preparedstatement.
Diff bet.. Function and Trigger?
How to use JDBC to connect Microsoft Access?
What are stored procedures? How to call them?
What is JDBC?
3 Answers Akamai Technologies,
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 ?");
Why isn't the java.sql.DriverManager class being found?
Can we return resultset in java?
What is a Connection?
How to test jdbc connection to sql server?
What are the common tasks of JDBC?
What are the different types of modifiers?