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 9808Post New Hexaware JDBC Interview Questions
Do ocx files need to be registered?
What are the security features in .net remoting?
What is nullpointerexception?
Why aggregation cannot be done in Mapper?
What is the difference between an iterator, generator and list comprehension in Python?
How would you get asp.net running in apache web servers?
where i can get APPSC AEE(Mechanical Engg) previuos question papaers
What are the classes, Tables, Forms and Methods used to post the sales orders?
How many scripts did you have?
What is the usage of distinct keyword?
What are the limitations of mongodb?
What do you mean by Cardiomyopathy?
how does sas handle missing values in: assignment statements, functions, a merge, an update, sort order, formats, procs? : Sas programming
Introduce yourself please?
how do u share printer through FTP(fire transfer protocol)?