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 9673Post New Cybermate Interview Questions
In which areas the Error occurs?
Explain stock transfers?
Is apache single threaded?
Tell us how could you explain the main difference between webdriver and rc?
What is %d in printf?
How to get the nth word of a line in Unix?
What is whitespace in javascript?
What is spring ioc container example?
What are variables in pl sql?
Have you written test plan?
What is pojo model?
Explain how you would be an asset to EOG?
Did you work with EP (Enterprise Portal & Workflow) how can you implement this features into your projects?
What if you have a garment or fabric that is half or less polyester and the other portion a natural fiber (like cotton), you can try using the reactive dyes?
Which is better selection or bubble sort?