Which is best database for java?


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

Post New Answer

More JDBC Interview Questions

What is jndi lookup?

0 Answers  


What are different types of ResultSet?

0 Answers  


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,


can we create a own jdbc driver? how can we create?

1 Answers   HCL,


What are JDBC Best Practices?

0 Answers  






Why do we use jdbc in java?

0 Answers  


Explain about column name and getter method?

0 Answers  


What are the main steps in java to make JDBC connectivity?

0 Answers   UGC Corporation,


Expalin the method of calling a stored procedure from jdbc.

0 Answers  


How a driver can be loaded?

1 Answers  


What is an advantage of using the jdbc connection pool?

0 Answers  


how do we get the connection from connection pool

1 Answers  


Categories