Quote:
Originally Posted by id10t
It is (in theory) write once run anywhere.
|
In essence, Java takes the issues of architecture, runtime libraries, OS version compatibility, etc out of the developers hands and foists them onto the user. In the old days, if a developer wrote code that didn't run, it was the developer's problem. Now a developer can write code that doesn't run and blame it on the user.