Difference Between Applet And Japplet In Java Confusion

confusion regarding the Applet and Japplet. I am ablewas to try it out with anas I wasn't sure whether
to find-out what is advanced in Japplet than applet.DoChrome supported applets or not. It did, it all seemed to
you know What is the difference between Applet andwork and I didn't think much more about it. It was only
Japplet in java ? Is Japplet version of applet?Pleasea day or two later after seeing some Java.net forum
help me to clarify my doubts about applet and Japplet..posts that I realised that Chrome only works with the
Below are the difference between applet and Japplet:latest version of Java SE, version 6 Update 10, which
1. I java programming applet is a class of awtcontains all the cool new features to make Java
package.On other handapplets run better.
Japplet is a class of swing package.2. In applet weThis could be a good thing - one thing I've said before
don't get good feel & look but where in Japplet we getis that Update 10 has some great features in it, but
good look & feel3.We use "add()" to add componentsgetting everyone to upgrade to it is going to be hard
in applet, while in Japplet we use "add()" mathod ofwork. A lot of people, and especially most large
content pane. Components in java are basically of twocorporations, do not regularly upgrade the version of
types AWT and Swing1.Abstract WindowJava SE on their desktop. So, if Chrome forces people
Toolkit(AWT):which supports Appletto install the very latest version then great.
*.Applet is light weight*.Applet derived fromHowever, does Chrome explicitly tell users that they
java.applet.*need that version of Java? Does it direct them to the
2.Swing components:which supports Japplet*.Japplet isright place to get it? If not, then it's just going to create
heavy weight*.Japplet derived from javax.swing.*Well,more client-side Java confusion, and I've seen reports
loathe as I am to add yet another blog post to theof Chrome not running Java properly even when
insane amount of Chrome related items that wereUpdate 10 is present, and so it's great in principle to
blogged and reported last week, I did notice somethingmake people install the latest and greatest JRE, but
interesting with regard to Chrome running Javaunless it's a seamless and trouble-free experience to
applets.confusiondo so then it will not help Java's already tarnished
Pretty much the first thing I did after installing Chromeclient-side reputation.