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 9675Post New Hexaware Interview Questions
What is the time-dependent data in an asset master? : fi- asset accounting
What are valid signatures for the Main function?
Name different types of bourdon tubes.
I was asked to write a program in c which when executed displays how many no.of clients are connected to the server.
What is use of postgresql?
What are the different licensing options for sap vora? : hana vora
How to debug failed assembly binds?
Can I install directx 11 on windows 7?
How can the outlier values be treated?
Which companies use magento?
What is csrf codeigniter?
What are the migrated tags from html4 to html5?
How to get the value of selected option in jquery?
What is the first name of c++?
Difference between window.onload and onDocumentReady?