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 9674Post New Cybermate Interview Questions
How do I compare two excel columns for matches?
What is a defect?
How is a class different from an object?
Whether php supports microsoft sql server?
What are the differences between SEO and SEM?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
How to know linux os is 32 bit or 64 bit?
hi, i want last 10 years ongc exam recruitment papers for subject in chemistry ,genaralknowladge.
What is the source of error "not allowed" in case of custom movement type creation?
Where are microsoft mail files stored?
How do you separate data in a cell?
How do I change the dark theme in visual studio?
How do you know when a project is "done"?
The principle of switching circuits for different types of batteries in application of storage systems
What is distributed load testing?