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
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What is ++ a in java?
What is difference between calling start() and run() method of thread?
Explain the pointers in Java?
Can substring create new object?
What does int argc char * argv [] mean?
How to provide security in java
What is the importance of main method in Java?
What about abstract classes in java?
What is object of class in java?
What does @override mean?
How to print nodes of a Binary tree?
Why constructor has no return type?
What is slash r?
What is the constructor?