What is the function of setautocommit?
No Answer is Posted For this Question
Be the First to Post Answer
How many isolation levels are supported in JDBC and what are they?
What is jdbc and its advantages?
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 Answers Cybermate, Hexaware,
Is not bound in this context unable to find jdbc spring boot?
What is the use of jdbc api?
Discuss the significances of jdbc.
Why did my jdbc code throw a rollback sqlexception?
What is meant by dao?
What does jdbc setmaxrows method do?
How do you debug PL/SQL code?
What is odbc. how is it related to sql cli?
What class.forname will do while loading drivers of jdbc?