Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the difference between inner and outer join ?
What is jdbc driver manager?
what is metadata and it's use?
What is encrypted connection?
What is jdbc and odbc in java?
What are four types of JDBC driver?
What are jdbc and its components?
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 ?");
Which type of driver is unique in jdbc?
What is an outer join?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
What are the advantages of using jdbc datasource?