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 9809Post New Cybermate Interview Questions
What is static block?
Why many companies are switching their current business language to php? Where php basically used?
why return type of main is not necessary in linux
What is new asp.net core?
Which tag should be used to pass information from jsp to include jsp?
When & how vat audit takes Place in haryana. Is Scrutiny & vat audit is same?
Will you be ready to relocate to the job locations we offer you
What is strongly typed view in mvc?
What are vtable and vptr?
What are conditions under which a direct flame may be used to effect sterilization?
Why do we use methods in c#?
How does the Internal QA Audit relates with the ISO Standards level ?
What are the characteristics of web services?
How to define routes using Express?
Why is hashmap faster than arraylist?