What is JDBC Driver interface?How can you retrieve data from
the ResultSet
Answer / Shivendra Kumar
JDBC Driver interface is an interface used to connect a Java program with a database. To retrieve data from the ResultSet, you can use methods like getString(), getInt(), getDouble(), etc., which correspond to the data type of the column and return the value at that specific column in the current row.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is the difference between super class & sub class?
What is the difference between iterator and list iterator?
What is boolean example?
what invokes a threads run() method? : Java thread
Inorder to specify a container?s layout, which method is used?
when we create singleton design then we create private constructtor..so how JVM take private constructor to make object..but it's private..
What is the significance of java packages?
How to change the priority of thread or how to set the priority of thread?
Why is java not 100% pure oops?
What is super?
What is OOP?
How do you declare an array that will hold more than 64KB of data?