Explain about column name and getter method?
No Answer is Posted For this Question
Be the First to Post Answer
Can we return resultset in java?
Explain the locking system in jdbc & its types?
Is jdbc object oriented?
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 are four types of JDBC driver?
Explain the importance of drivermanager.
Explain creation of statement object with connection method create method with help of an example.
Does jpa use jdbc?
How many rowset are available in jdbc?
How does JDBC differ from ODBC?
Without using of Class.forName(? ?), how do you connect to db?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?