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

How do you remove all elements from an arraylist in java?

0 Answers  


why constructor dont have returns type?

9 Answers   IBM,


What is java literals?

0 Answers  


How do you write methodology?

0 Answers  


What type of language is java?

0 Answers  






How many bits is a char?

0 Answers  


Marker interface means , interface which has no methods.Then what is the necessity of its usage.I read "it tells the compiler that it should be treated differently ". "It is used to store state of an object". But still am not clear.Please explain clearly.

2 Answers  


How do I write a self declaration?

0 Answers  


can we declare private class in java file?

13 Answers  


What is classpath?

0 Answers  


Java Compiler is stored in JDK, JRE or JVM?

0 Answers  


What is the constructor?

0 Answers  


Categories