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
Is alive and join method in java?
What is the purpose of checked and unchecked exceptions in JAVA?
What mechanism does java use for memory management?
How are variables stored?
Is 9 a prime number?
What will happen when using pass by reference in java?
Is main an identifier?
What is data and its types?
What is return data type?
What is the difference between iterator and enumeration ?
What are actual parameters?
Which types of exceptions are caught at compile time?
Difference between class#getinstance() and new operator ?
What is a protected void?
how to create multithreaded program? Explain different ways of using thread? When a thread is created and started, what is its initial state? : Java thread