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
When would you use a static class?
Explain what do you mean by functional overloading in java?
What purpose do the keywords final, finally, and finalize fulfill?
How do I write a self declaration?
In the below example, what will be the output?
What is difference between == equals () and compareto () method?
What is the right data type to represent a price in java?
What are abstract classes and anonymous classes?
what happens when a thread cannot acquire a lock on an object? : Java thread
What is time complexity algorithm?
Why is java not 100% pure oops?
Explain the private protected method modifier?
What are the data types supported by java?
String class is defined under which package in java?
What is finally in Java?