Java Software corrects bugs only by releasing an entire new version
Yikes. Imagine re-installing Windows everytime a bug came out? (I know, I know, .Net required the same thing with 1.1...)
That's not quite accurate, kevinu. The .NET Framework 1.1 is not just a bugfix, it's a new version of the framework with new features. While I'm sure that there are some bugfixes in it, that's not all it is... so, in reality, you do not have to install a whole new version of .NET just to fix bugs... that what the .NET Service Packs are for.
Aside from that, the .NET 1.1 framework can peacefully coexist with the 1.0 framework, so there won't be any application breakage, unless the app is trying to use the wrong version of the framework. I don't have enough experience with Java to know whether or not it can do the same thing, but I doubt that it can, otherwise this wouldn't be an issue...
|