Just out of curiosity, between <applet>
vs <object>
for a Java applet, which one should I use? I know that <applet>
is deprecated, however Sun still recommends the use of <applet>
.
Is there any drawback between the two tags? Because when I use <object>
for Mac in Safari, it causes a problem saying that the page can't load, even though the page loaded properly, and when I check the activity window it said that the class was not found/cancelled. For example: