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 the difference between jdbc and jndi?
What is the limitation of PreparedStatement and how to overcome it?
What does the jdbc driver interface do?
How do I know which jdbc driver to use?
How do I connect to jdbc?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How can we store and retrieve images from the database?
What is difference between java.util.Date and java.sql.Date?
What is drivermanager in jdbc?
What is the query used to display all tables names in SQL Server (Query analyzer)?
What is db client?
What are the differences between resultset and rowset?
How to rollback a JDBC transaction?
What is the full form of jdbc?
Is jdbc part of j2ee?