Should realy upgrade Java 1.5 ?

Hello all,

This may be a silly question, but I would like to understan this. I can read from the Java 1.5 feature that it offers more efficiency than the older versions.

But what happens if I'm already working with older version (may be Java 1.4) and upgraded to Java 1.5 hence most of my methods got deprecated. will these method as efficient as the newer methods available?

Thanks

Bala.

[424 byte] By [v701005a] at [2007-10-3 11:34:00]
# 1

if any method is depricated, you may have to replace with new available methods. Ofcourse it would be silly to say regarding any performance impact from going downwards. however going upwards(1.4 to 1.5) i have seen very big performance improvement in sockets programming though..becarefull using enum also...mistak 99% programmer made.

good luck

harry_singha at 2007-7-15 14:01:40 > top of Java-index,Security,Other Security APIs, Tools, and Issues...