I downloaded the developer's exam for Java 2 platform about 2 years ago. As far as I know there's no expiration date to take the exam; however, which JDK should I use? JDK 1.2.1 which was out when I got the exam or a newer JDK such as 1.4.1. or does anyone know who I can contact for this information... thanks, gene
John Chien
Ranch Hand
Joined: Feb 06, 2003
Posts: 105
posted
0
Gene: You can get answer by sending e-mail to who2contact@central.sun.com. In my own experience, you should be able to use JSDK 1.4 to develop your assignment. Good Luck !! John Chien
You can use any version of the JDK which is a release version. I would not recommend you using JDK 1.2.1 because:- 1. It is not longer avaiable for download. 2. It has some important bugs that got fixed in jdk1.2.2 example setMnemonic bug, etc. Thanks.
Samual Harvey<br />SCJP2<br />SCJD2
Hema Menon
Ranch Hand
Joined: Oct 29, 2000
Posts: 569
posted
0
I got a reply informing that you could use jdk1.4 Hema
Gene Nguyen
Greenhorn
Joined: Mar 30, 2003
Posts: 2
posted
0
Thanks everyone for the information.
Francis Siu
Ranch Hand
Joined: Jan 04, 2003
Posts: 867
posted
0
A little bit added in jdk1.4 but I am sorry that I forget what added I am not sure that may be included inside javax.swing such as quit the application Now we can use setDefaultCloseOperation(WindowConstants.EXIT_ON_CLOSE); the old method is addWindowListener( new WindowAdapter(){ public void windowClosing(windowEvent e){ System.exit(0); } } ); Above is a example I hope that you can notice
Francis Siu
SCJP, MCDBA
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to
run our stuff on 16 servers instead of 3.