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 JDBC?

Answers were Sorted based on User's Feedback



what is JDBC?..

Answer / v2kagitala

JDBC(java Database Connectivity) is an API(Application
program Interfaces), that is useful to write a java program
to connect any database,and retrieve the data form the
database and utilize the data in the java program.

Is This Answer Correct ?    21 Yes 0 No

what is JDBC?..

Answer / modi

The JDBC API is the industry standard for database-independent connectivity between the Java programming language and a wide range of databases. The JDBC API provides a call-level API for SQL-based database access. JDBC technology allows you to use the Java programming language to exploit "Write Once, Run Anywhere" capabilities for applications that require access to enterprise data.
The JDBC library includes APIs for each of the tasks commonly associated with database usage:

1.Making a connection to a database

2.Creating SQL or MySQL statements

3.Executing that SQL or MySQL queries in the database

4.Viewing & Modifying the resulting records

Is This Answer Correct ?    5 Yes 0 No

what is JDBC?..

Answer / aejaz ahmad

JDBC Tchnology is an Api (Application Programoming
Interface)that provides cross DBMS connectivity to a wide
range of SQL database and access to other tabular data
sourse JDBC is a set of programing interface.

Is This Answer Correct ?    3 Yes 1 No

Post New Answer

More JDBC Interview Questions

What is jdbc and why is it required?

0 Answers  


What is jdbc driver manager?

0 Answers  


What are the functions of the jdbc connection interface?

0 Answers  


what is JDBC?

3 Answers   Wipro,


What is jdbc and explain jdbc architecture?

0 Answers  


What is statement and resultset in jdbc?

0 Answers  


What are different parts of a url?

0 Answers  


Where can I find info, frameworks and example source for writing a JDBC driver?

0 Answers  


What is resultsetmetadata?

0 Answers  


wa is connection pooling? how do u create connection pooling?wat is use connection pooling?

1 Answers   Covansys,


How we store procedure in oralce for callable statements in jdbc

0 Answers  


Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");

2 Answers  


Categories