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 |
What are exceptions
When should I use singleton pattern?
Can we pass null as argument in java?
What is meant by Java ?
What is the final access modifier in java?
What is static synchronization?
What do you mean by jjs in java8?
Which is better list or arraylist in java?
Explain about varargs in java?
What is onClassLoader in java?
Can java list contain duplicates?
enlist some features of jdk.