Tell me the difference between an applet and a Japplet?



Tell me the difference between an applet and a Japplet?..

Answer / 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

More Core Java Interview Questions

Does google use java?

0 Answers  


What is the size of arraylist in java?

0 Answers  


what is the purpose of the final in the try-catch-final

7 Answers  


Explain java thread life cycle.

0 Answers  


What is aggregation?

1 Answers   Cap Gemini,






What is the difference between inner class and nested class?

0 Answers  


What is the difference between class forname and new?

0 Answers  


What is the final class modifier?

0 Answers  


How to know the host from which Applet is originated?

1 Answers   Wipro,


What are untrusted applets?

0 Answers  


What modifiers are used for interface declaration?

7 Answers  


Why doesn't the java library use a randomized version of quicksort?

0 Answers  


Categories