what are the advantages of JDBC?

Answer Posted / lokesh chauhan

The advantages of JDBC(java database connectivity) are as
follows-
(1)Leverage Existing Enterprise Data
With JDBC technology, businesses are not locked in any
proprietary architecture, and can continue to use their
installed databases and access information easily -- even
if it is stored on different database management systems.

(2)Simplified Enterprise Development
The combination of the Java API and the JDBC API makes
application development easy and economical. JDBC hides the
complexity of many data access tasks, doing most of
the "heavy lifting"for the programmer behind the scenes.
The JDBC API is simple to learn, easy to deploy, and
inexpensive to maintain.

(3)Zero Configuration for Network Computers
With the JDBC API, no configuration is required on the
client side. With a driver written in the Java programming
language, all the information needed to make a connection
is completely defined by the JDBC URL or by a DataSource
object registered with a Java Naming and Directory
Interface (JNDI) naming service. Zero configuration for
clients supports the network computing paradigm and
centralizes software maintenance.


Plz correct me if i m wrong...
Regards..
Lokesh Kumar Chauhan
lokesh_kumar_chauhan@yahoo.com
Mobile - 09350229669
Noida

Is This Answer Correct ?    24 Yes 9 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can I create a custom RowSetMetaData object from scratch?

541


Which package is used for jdbc application?

506


How do I insert/update records with some of the columns having NULL value?

503


Explain different types of locks in jdbc?

502


How to update a resultset programmatically?

583






Does jdbc use odbc?

496


Explain about Join?

587


What are the advantages of collection pools?

493


What is the execute method in java?

541


What is the meaning of batch updates?

550


Where is jdbc url mysql?

490


Explain about multiple implementations and drive manager?

556


Give steps to connect to the db using jdbc?

581


What is in terms of jdbc a datasource?

508


What is ojvm used for?

538