What is jdbc explain?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc and odbc?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
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 ?");
What are jdbc and its components?
Explain the process of creating tables using NetBeans IDE?
What is JDBC PreparedStatement?
If iam using JDBC API, do I also have to use ODBC?
How java can be connected to a database?
What is JDBC Batch Processing and what are it’s benefits?
What does executeupdate return in jdbc?
If you are truncated using JDBC, how can you that how much data is truncated?
Is jdbc a web technology?