Tell me the difference between an applet and a Japplet?

Answer Posted / la_di

A JApplet is a modern Applet. It is also an Applet since it
extends Applet and could therefore do anything an Applet
can do. JApplet is part of the javax.swing-packet and is
therefor compatible with swing components, the new graphcs
component packet preferable before the old java.awt. For
new applications JApplet is recommended. Only if you are
designing an applet for an old java-version you should use
Applet.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Why object class is super class for every class in java?

559


How do I stop concurrentmodificationexception?

502


Can we use String with switch case?

657


What are the important methods of java exception class?

563


What is your platform?s default character encoding and how to know this?

1745






Is passing by reference faster?

517


What is the primary benefit of encapsulation?

552


What is udp in java?

525


What are methods and how are they defined?

599


What does regex mean?

557


What is balanced tree in java?

524


Does sprintf allocate memory?

585


What is a dynamic array in java?

557


What is the difference between a scrollbar and a scrollpane?

548


Is array passed by reference in java?

570