Platform independence
843807Dec 12 2006 — edited Dec 12 2006We all know Java is platform independent in that we can compile the source for whatever platform's vm we like, but how does this affect applets to be run on a web page? Do we need a version of the applet compiled for each OS?