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
What is ODBC and JDBC? How do you connect the Database?
What are the new features available in jdbc 4.0?
What is odbc and jdbc in dbms?
What is jdbc odbc driver?
Is jdbc an api?
State the three different ways in which you can create a table?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
What is jdbc driver for sql server?
Why can't Tomcat find my Oracle JDBC drivers in classes111.zip?
What do you understand by jdbc datasource?
What is metadata in programming?
Is jdbc a web technology?
Why isn't the java.sql.DriverManager class being found?
What is jdbc dialect?
How can you load the drivers?