Tell me the difference between an applet and a Japplet?
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 |
How does access modifiers work?
What are advantages and disadvantages of OOPs?
Why all programming languages have main as a execution starting point?
What are different types of states exist for a thread?
How garbage collection is done in java?
Why charat is used in java?
What is array command?
Can subclass overriding method declare an exception if parent class method doesn't throw an exception?
What do you mean by chromounits in java8?
What is the difference between compiler and jvm?
If goto and const is reserve words than why it is not work in java?
What are inbuilt functions in java?