what is type of statement in jdbc connection?

Answers were Sorted based on User's Feedback



what is type of statement in jdbc connection?..

Answer / sukanta

1. Statement
2. PrepareStatment
3. CallableStatement

Is This Answer Correct ?    6 Yes 0 No

what is type of statement in jdbc connection?..

Answer / manoj kumar sahu(secon pvt.ltd

There are three types of statements
1.statement
2.precompiled/predefined statement
3.collable statement.

Is This Answer Correct ?    5 Yes 4 No

what is type of statement in jdbc connection?..

Answer / 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

More Core Java Interview Questions

There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  


How do you sort a string in alphabetical order in java?

0 Answers  


What is the argument in java?

0 Answers  


What is a Wrapper class?

14 Answers  


What is the purpose of extern variable?

0 Answers  






What do heavy weight components mean in java programming?

0 Answers  


What is serialization in java?

0 Answers  


Why should we use singleton pattern instead of static class?

0 Answers  


Explain treeset?

0 Answers  


What exactly is java?

0 Answers  


what is the difference b/w design pattern and architecture

4 Answers   Covansys,


How would overload a function based on return type?

0 Answers   Genpact,


Categories