Where is ojdbc14 jar located?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc thin client?
What is db client?
What is DML?
What does executeupdate return in jdbc?
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,
How do I insert an image file (or other raw data) into a database?
What is jdbc driver manager?
What are the types of statements in jdbc?
can we create a own jdbc driver? how can we create?
What is sqlwarning and discuss the procedure of retrieving warnings?
can we define indexes on a foreign key? Explain pros and cons?
Difference between JDBC and Hibernate? Give one sample based on the variance?