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?

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

How to make a write-only class in java?

1104


Define how objects are stored in java?

1119


What is r in java?

1108


What are the various access specifiers for java classes?

1117


What is the access scope of a protected method?

1079


What is a final class in java?

1066


Can we call virtual funciton in a constructor ?

2239


What is the synchronized method modifier?

1278


Why string is immutable with example?

1036


Can sleep() method causes another thread to sleep?

1078


What is the difference between stream and buffer?

1022


What is default switch case? Give example.

1066


What is a predicate method?

1064


Can a class have 2 constructors?

959


What happens when a thrown exception is not handled?

1199