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...


Why JDBC has introduced

Answers were Sorted based on User's Feedback



Why JDBC has introduced..

Answer / subbu

Microsoft has introduced odbc. Java and odbc combination
causes two drawbacks.
1. java is platform independent and odbc is platform
dependent(odbc works on windows). If java uses odbc it will
become platform dependent.

2. java is non-pointer programming.Odbc is implemented in
pointers. So, the conversion from non-pointer to pointer
coding and pointer to non-pointer coding is required.This
conversion makes database communication very slow.

so, SUN Microsystems has introduced JDBC technology.

Is This Answer Correct ?    23 Yes 2 No

Why JDBC has introduced..

Answer / archana

to establish the connection between the program and the database

Is This Answer Correct ?    7 Yes 3 No

Why JDBC has introduced..

Answer / prasanta rout

ODBC group create a set of functions called as ODBC API and
the database vendors accepted ODBC API because the
implementation of odbc requires c language with pointer
coding.It means ODBC API was success.if a front end
application uses ODBC then it can connect with any database.
java has no pointers but ODBC using pointers.so non pointer
to pointer conversion is required.it become slow
connectivity from java to database.java is platform
independent but odbc is platform dependent .if java uses
ODBC then java also platform dependent.this is against java
principle.in order to overcome the above problems,sun micro
system introduced its own technology as JDBC.

Is This Answer Correct ?    2 Yes 0 No

Why JDBC has introduced..

Answer / siddharth hiwale

1)sun java promised that java is platform independent programming language
but ODBC all functions are written in 'C' language
and "C" is platform dependent programming language
so it becomes against the SUNJAVA promises
so JDBC introduced
coz jdbc contains classes ,interfaces

2)java does not support pointer
and ODBC supports pointer so it becomes unsecured


that is why JDBC has introduced......

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Advanced Java Interview Questions

Explain bind(), rebind(), unbind() and lookup() methods?

1 Answers  


What is JNI?

1 Answers   Google, TCS,


For which statements does it make sense to use a label?

0 Answers  


What is the difference between a stub and a skeleton?

9 Answers   ABC, College School Exams Tests, Geoservices, Polaris, Qualcomm, Rajiv Gandhi College of Engineering and Technology RGCET, UTIITSL, Wipro,


How will you pass parameters in RMI? Why do you serialize?

0 Answers  


What is Remote Server?

0 Answers   TCS,


what is the Remote Stub?

1 Answers  


Name the class that is used to bind the server object with RMI Registry?

0 Answers  


Which textcomponent method is used to set a textcomponent to the read-only state?

0 Answers  


How messaging services are done, before release of JMS?

0 Answers  


Can you give me a simple example of using the requiredif validator rule?

0 Answers  


Tell me about Firewalls in RMI?

0 Answers  


Categories