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 is namespace in java?

541


Write a java program to count the number of words present in a string?

531


What are keyboard events?

604


What is the difference amongst jvm spec, jvm implementation, jvm runtime ?

502


What is the java reflection api? Why it’s so important to have?

548






What are the advantages of user defined functions?

550


Can a constructor be protected?

529


What is the purpose of encapsulation?

536


How to display all the prime numbers between 1 and n (n is the number, get the input from user)

508


Do we need to manually write Copy Constructor?

602


What are runtime exceptions?

607


Why char array is favored over string for the storage of passwords?

553


Does printwriter create a file?

536


Is array size fixed in java?

532


What happens if we don’t define serial version uid?

563