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 9487Post New Hexaware Interview Questions
What is the difference between Struts and JSF? Pls list some most suitable differences.
How long does it take to learn vlookup?
What are special features of Silk Test ? In what way it is advanced than QTP?
What is the use of application context in spring?
Why do sausages split lengthways, rather than around the circumference?
what do you know about May-Grunwald -Giemsa staining?
State Disadvantages of Apache Kafka?
What are the purpose of render() in react?
What is dapp?
How many types of stored procedure?
How would you define architecture?
What are the data formats supported by apache tajo?
I have a range of time values, but when I try to sum them, the total is never greater than 24 hours?
What is Javascript namespacing? How and where is it used?
What's typical about a windows process in regards to memory allocation in .net?