Explain about column name and getter method?
No Answer is Posted For this Question
Be the First to Post Answer
how many JDBC drivers ?name them?
What is jdbc driver for sql server?
What is the advantage of namedparameterjdbctemplate?
How many locking systems are there in jdbc?
Jdbc-odbc bridge is multi-threaded or not?
What are the conditions applies to varchar variable, when using in procedures?
What are the types of statements in jdbc?
What is while rs next ())?
How do I insert an image file (or other raw data) into a database?
Why should we close database connections in java?
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 is jdbc dialect?