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
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What are the different types of lockings in jdbc?
Describe odbc?
What is batch processing and how to perform batch processing in jdbc?
What is ojdbc14 jar?
How to invoke Oracle Stored Procedure with Database Objects as IN/OUT?
What does the jdbc databasemetadata interface?
What is odbc and jdbc?
What causes the "No suitable driver" error?
Which jdbc drivers will run your program?
What are the differences between statement and preparedstatement interface?
What are the common tasks of JDBC?
How does a custom RowSetReader get called from a CachedRowSet?
How will you perform truncation using JDBC?
What is the use of setFetchSize() and setMaxRows() methods in Statement?