GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Interview Questions  >  J2EE
Go To First  |  Previous Question  |  Next Question 
 J2EE  |  Question 68 of 104    Print  
what is the difference between jdbc1.1 and jdbc1.2?

  
Total Answers and Comments: 4 Last Update: December 19, 2006     Asked by: sampathkumar 
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
November 21, 2006 07:48:05   #1  
bandana        

RE: what is the difference between jdbc1.1 and jdbc1.2...
marker interface has no methods but why we r using marker interface many cases
 
Is this answer useful? Yes | No
December 01, 2006 01:03:57   #2  
developer        

RE: what is the difference between jdbc1.1 and jdbc1.2...
In jdbc1.1 the connection is obtained through the DriverManager class where as jdbc1.2 supports getting connection through DataSource.
 
Is this answer useful? Yes | No
December 17, 2006 22:49:58   #3  
vineel        

what is the difference between jdbc1.1 and jdbc1.2...
Hai I am vineel.

I would like to tell what i know regarding this question.



1) In JDBC 1.1 the cursor can be moved only in one direction i.e in forward direction where as in jdbc 1.2 the cursor can be moved in both direction.



2) In JDBC 1.1 we cant read the desired record.if we want to read 5th record than we have to call next method five times.where as in jdbc 1.2 we can read desired record by using absolute() and relative()



3) In JDBC 1.1 the resultset obtained cannot be updated. this is only for reading purpose.where as in jdbc 1.2 it can be updated.



4) In JDBC 1.1 we cannot use SQL3 data types like BLOB CLOB STRUCT ARRAY.where as we can use in jdbc 1.2



5) Batch updates are not supported in jdbc 1.1 where as in jdbc1.2 they are supported



Thanks

 
Is this answer useful? Yes | No
December 17, 2006 23:37:54   #4  
vineelbachu Member Since: December 2006   Contribution: 1    

what is the difference between jdbc1.1 and jdbc1.2...
hai iam vineel. i would like to tell what i know regarding this question.1)in jdbc 1.1 the cursor can be moved only in one direction i.e in forward direction where as in jdbc 1.2 the cursor can be moved in both direction.2)in jdbc 1.1 we cant read the desired record.if we want to read 5th record than we have to call next method five times.where as in jdbc 1.2 we can read desired record by using absolute() and relative()3)in jdbc 1.1 the resultset obtained cannot be updated.this is only for reading purpose.where as in jdbc 1.2 it can be updated.4)in jdbc 1.1 we cannot use SQL3 data types like BLOB CLOB STRUCT ARRAY.where as we can use in jdbc 1.25)batch updates are not supported in jdbc 1.1 where as in jdbc1.2 they are supported thanks
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape