portability : Java Glossary

*0-9ABCDEFGHIJKLMNOPQRSTUVWXYZ (all)

portability
The main point of Java is that your code should run on any platform without changes, without even recompiling. Portability is a Good Thing™ even if you don’t plan to run the program on more that one platform. Why? Portability leaves open the option to upgrade hardware, or to jump ship to some other operating system if your current vendor misbehaves. It makes it easier to upgrade to future versions of the current operating system. It leaves open the option to reuse or sell your software to some other user with different hardware or operating system. It makes it easier to get help. No matter what platform your expert uses, he can still run or debug your code for you. Unfortunately, manufacturers of hardware and operating systems historically have done their darndest to discourage portability. It is to their economic advantage to lock you into their hardware or OS (Operating System). We programmers and users need to fight back by avoiding Java tools that lock you into one platform. Ease of switching platforms encourages vigorous competition between vendors. The flip side of this issue is that Sun has made some major boo-boos which then are forced on the entire industry. These include a Date/Calendar set of classes only their mother could love, lack of consistency in the naming of conversion functions and I/O methods and a serialization technique that is slow and incapable of handling even a 1000-element list.

This page is posted
on the web at:

http://mindprod.com/jgloss/portability.html

Optional Replicator mirror
of mindprod.com
on local hard disk J:

J:\mindprod\jgloss\portability.html
Canadian Mind Products
Please the feedback from other visitors, or your own feedback about the site.
Contact Roedy. Please feel free to link to this page without explicit permission.

IP:[65.110.21.43]
Your face IP:[18.224.33.107]
You are visitor number