different version of jdk for jdbc driver in oracle

I want to connect to database built in oracle.I am using oracle 8i and jdk 5.0 .JDBC drivers provided by oracle are compatible with two types of jdk.one is jdk 1.2.x and another one is jdk1.1. for jdk 1.2.x there is classes12.zip and for jdk1.1. classes111.zip is available.which one i use? and what is difference between these two versions?

[348 byte] By [funtoosh_khilaria] at [2007-11-26 19:00:43]
# 1
thr is one more from oracle 'ojdbc.jar' which i am using with jdk1.4.
Vishwas_Prasannaa at 2007-7-9 20:43:21 > top of Java-index,Java Essentials,New To Java...
# 2

> I want to connect to database built in oracle.I am

> using oracle 8i and jdk 5.0 .JDBC drivers provided by

> oracle are compatible with two types of jdk.one is

> jdk 1.2.x and another one is jdk1.1. for jdk 1.2.x

> there is classes12.zip and for jdk1.1.

> classes111.zip is available.which one i use? and

> what is difference between these two versions?

I used classes12.zip for J2sdk1.5.0 and j2sdk1.6.0 and there are no problem use it.

p_epia at 2007-7-9 20:43:21 > top of Java-index,Java Essentials,New To Java...