What are restrictions on triggers?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc odbc connection?
What is jdbc databasemetadata interface?
What is the return type of execute, executequery and executeupdate?
What is Connection Pooling ??? How we set up a particular connection within connection pooling ????
How to connect html page to database using jdbc?
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,
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
is java pure object oriented or not ?
What are types of resultset?
What is sqlwarning?
When you will get error like ?No suitable driver??
Differentiate between type_scroll_insensitive and type_scroll_sensitive.