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 9793Post New Cybermate Interview Questions
What is data reader in ado.net?
What is helper method in c#?
What is difference between innodb and myisam?
How to Loada local html file in the HTML control ?
What is the aws lambda function?
How do you jump to a cell in excel?
List the benefits of using Cassandra.
How is UFT 11.5 version different from UFT 12.0?
Write a syntax for writing a event delegate.
Respected sir please send placement paper of bpcl
Explain what are possible implementations of distributed applications in .net?
Will it go to finally block if there is no exception happened?
What are fi validation rules?
What is active and passive NameNode in HDFS?
Pls can anyone give me the entire code for the Keyword driven framework with respect to he Flight Reservation Window in detail with explanation. Pls explain in detail stepwise. Thanks a lot. Pls very urgent?.