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 9694Post New Hexaware JDBC Interview Questions
What is the difference between a MapReduce InputSplit and HDFS block?
How to break the object spy ?
Do loops php?
What are Modifiers in Set Analysis?
Explain how ‘pp’ is ‘integrated’ with other modules?
How do I start writing a presentation?
What is the difference between heuristic for rule learning and heuristics for decision
What is usb debugging?
how can we calculate the ampacity of the electrical wire/cable. and what are the factors must be considered. pls. elaborate.
How long has linux been around?
What is the difference between synchronous and asynchronous updates?
What will you contribute to this office?
java script for push button in adobe forms.
What is the use of st01? What are the return codes of t-code st01?
How to get a TRichEdit to scroll in code?