Thread: List Ya skills
View Single Post
Old 17th October 2003, 15:21     #19
MadLep
 
Yep. Know all about that.
Java can be learnt real quick if you've done C++ style (or even C) languages.

But it's the hundreds (or is it thousands now?) of classes in the JDK libraries. The JDK 1.4 Api Javadoc link is the most regularly used in my favourites, and after 4 years of java work I still haven't used most of the classes.

Then you get all the extra packages and it really gets crazy. J2EE anyone?