Does jdbc use ssl?
No Answer is Posted For this Question
Be the First to Post Answer
What is Type-4 Driver and when this driver is used?
What is jdbc driver manager?
How can you make a connection?
what is rowset?
What is a jdbc connection string?
How do I receive a ResultSet from a stored procedure?
What is an odbc driver?
how can connection with oracle10g with java
explain about special characters?
What are the steps required to execute a query in jdbc?
How can you sort dates?
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 ?");