Answer Posted / qim2010
Once a connection is obtained we can interact with the
database. The JDBC Statement, CallableStatement, and
PreparedStatement interfaces define the methods and
properties that enable you to send SQL or PL/SQL commands
and receive data from your database.
They also define methods that help bridge data type
differences between Java and SQL data types used in a database.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
describe synchronization in respect to multithreading? : Java thread
Write a program to print fibonacci series
What is use of map in java?
What is the difference between @before and @beforeclass annotation?
What is thread safe in java?
Can list contain null in java?
How does varargs work in java?
How to stop a thread in java? Explain about sleep () method in a thread?
What is a Transient Object?
Name some OOPS Concepts in Java?
What is method overloading with type promotion?
Is Constructor possible in abstract class in java ?
Can vector have duplicates in java?
How to use string tokenizer class.
What happens when you add a double value to a string?