Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


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

What is the hashcode () and equals () used for?

0 Answers  


can abstract class have constructor how can you achive this ?

4 Answers   Fidelity,


Explain the different forms of polymorphism?

0 Answers  


Which is the best sorting technique in java?

0 Answers  


what is platform dependent translation and platform dependent programming language

2 Answers  


What does jre stand for?

0 Answers  


What is file class and what is its purpose?

1 Answers  


what is class.forname() and how it will be useful ?

3 Answers  


What is meant by controls and types?

1 Answers  


What is the use of toarray () in java?

0 Answers  


Difference between vector and arraylist.

0 Answers  


can we access the super class method using subclass object?

4 Answers  


Categories