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...


Different statements in JDBC?

Answers were Sorted based on User's Feedback



Different statements in JDBC?..

Answer / bhoopesh alladi

1. CallableStatement
2. PreparedStatement
3. Statement

Is This Answer Correct ?    5 Yes 1 No

Different statements in JDBC?..

Answer / jyotshna pardhia

There are three types of statements :-
1. Statement :used to calls select statements

2. Prepared Statement :used to calls precompiled statements

3. Callable Statement :used to call stored procudires

Is This Answer Correct ?    3 Yes 0 No

Different statements in JDBC?..

Answer / devarathnam c,kotagudibanda(po

Hi...
The different statements in JDBC:
1:Simple statement
2:PreparedStatement
3:CallableStatement

Is This Answer Correct ?    3 Yes 2 No

Post New Answer

More JDBC Interview Questions

Why should we close database connections in java?

0 Answers  


Are there any ODBC drivers that do not work with the JDBC- ODBC Bridge?

2 Answers  


What is encrypted connection?

0 Answers  


commit() and rollback() methods are defined in which interface?

5 Answers  


What is JDBC Savepoint? How to use it?

0 Answers  


What is jdbc odbc?

0 Answers  


Which of the attributes in the monitoring tab for a jdbc connection pool in the administrative console tell us how many clients are currently waiting for a connection?

0 Answers  


Explain the difference between rowset vs. Resultset in jdbc?

0 Answers  


Which package contains jdbc api?

0 Answers  


What is the return type of class.forname() method?

0 Answers  


How to connect multiple database in jdbc?

0 Answers  


What is jdbc url for mysql?

0 Answers  


Categories