> Beats me.. Why the concern? they can't be used..
It's just for curiosity. They can't be used, but do they exist? I know SUN
is very worried about compatibility issues, but sometimes I get worried my
self about how can Java, bytecode spec and JVM improve if they keep always
sopporting deprecated things. I like the compatiblity SUN guarantees among
Java versions but I believe that, at least once and a while, this
compatibility should be broken to make things different, better.
Scirious.
Fergus Gibson - 28 Jun 2006 11:29 GMT
> It's just for curiosity. They can't be used, but do they exist?
I don't think any deprecated methods have been removed. Methods that are
removed aren't merely deprecated (disapproved of), but are removed. Removal
is far more drastic than deprecation, and removing even one deprecated
method would cause applications written prior to deprecation or removal
would then break.
> I like the
> compatiblity SUN guarantees among Java versions but I believe that,
> at least once and a while, this compatibility should be broken to
> make things different, better.
I'm not sure that removal of deprecated methods would do much to improve
performance, and it would break older applications. I think the cost would
probably be much worse than the benefit.