What are the classes and methods used for sending sql statements to database?
How can we store and retrieve images from the database?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
how you will execute the many tables data
Is jdbc a web technology?
What is odbc and jdbc in dbms?
Where can I find ojdbc14 jar file?
What are the main components of JDBC ?
What class.forname does, while loading the drivers?
How to get a whole row of data at once?
how can we get the metaData (columnNames) from a table which has no Records..
How can I get information about foreign keys used in a table?
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,