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 9793Post New Cybermate Interview Questions
what is web role in windows azure?
What is parent scope and rootscope in angularjs?
List some qualities which make you a good candidate for this position.?
I have deducted tds on pay slip for employees ist month tell me how to deposit this amt to govt. by bank or any form is available fill the same and deposit the govt. department. Pls explain me which form to be used for deposit the same with due date.
Explain about special properties?
What is the function of imsi?
What is ramp up and ramp down?
Explain what will be the responsibility of the spacecraft operations, dynamics and controls?
How to control the file?
What does rpa do?
What is spectral sensitivity?
What happens if null values are involved in string operations?
Why do we need spring?
How to declare a component in angular 2?
What is providedin in angular?