I've read that Applets are deprecated, but it seems that people still develop Applets and they still teach Applets at the local technical college where I live.
Is it that just some methods for developing Apples are deprecated?
Also, do Applets run on the client-side so you have to have Java installed and enabled in the browser for an Applet to work.
I have heard that the Apple iPod Touch does not have Java on the client-side. So this means that Applets won't work on the iPod Touch, right. (I suppose that Applets won't work on the Apple iPhone either. Is that true?
Campbell Ritchie
Sheriff
Joined: Oct 13, 2005
Posts: 32708
4
posted
0
No, applets are not deprecated. I think they have gone out of fashion because of competition from Flash, but they are still regarded as mainstream Java.
Indeed, iPhone and iPod Touch don't support Java. But applets are based on J2SE, which few (any?) cell phones support. Maybe some enterprising developer will port a version of J2ME.
Campbell is right on the mark about applets being unfashionable, but they work perfectly fine, and the Java Plugin (which integrates the JVM with browsers) is still being improved.