What is url in jdbc connection?
No Answer is Posted For this Question
Be the First to Post Answer
How MS-Access DB can be accessed over a network, using JDBC API?
what does the method Class.forName returns?
Is jdbc object oriented?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.
4 Answers Cybermate, Hexaware,
What is JDBC Transaction Management and why do we need it?
HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
How many jdbc driver types are there?
What is jdbc connection class?
How to rollback a JDBC transaction?
What are the main components of JDBC ?
How many types of JDBC drivers are there and what are they?