What happens if we don't close the connection in jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
What is com mysql jdbc driver?
How many isolation levels are supported in JDBC and what are they?
How are jdbc statements used?
How many types of jdbc drivers are available?
Differentiate between stored procedure and functions?
Diff bet.. Function and Trigger?
How to get a whole row of data at once?
What is the full form of jdbc and what is its purpose?
What are the 4 types of jdbc drivers?
What is the reason why we need a jdbcrowset like the wrapper around resultset?