what is type of statement in jdbc connection?

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


Please Help Members By Posting Answers For Below Questions

What are the features of java?

533


Garbage collection in java?

597


What are functions in java?

503


How do you write methodology?

565


What will be the default values of all the elements of an array defined as an instance variable?

561






How does linkedhashmap work in java?

521


Why set do not allow duplicates in java?

583


How do you sort in java?

598


What is the difference between actual and formal parameters?

520


How do you use find and replace?

515


Which is the best sorting technique in java?

527


What does you mean in math?

539


What is serialization in java?

570


When would you use a static class?

588


Difference between character constant and string constant in java ?

560