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
How to make a write-only class in java?
Define how objects are stored in java?
What is r in java?
What are the various access specifiers for java classes?
What is the access scope of a protected method?
What is a final class in java?
Can we call virtual funciton in a constructor ?
What is the synchronized method modifier?
Why string is immutable with example?
Can sleep() method causes another thread to sleep?
What is the difference between stream and buffer?
What is default switch case? Give example.
What is a predicate method?
Can a class have 2 constructors?
What happens when a thrown exception is not handled?