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
Does java allow overriding static methods ?
What is difference between an object and a class?
What are the advantages of exception handling in java?
What are the advantages of java over cpp?
What are implicit objects in java?
Can we write any code after throw statement?
What is java abstraction with example?
What are abstract classes and anonymous classes?
What do you mean by byte code?
Explain different states of a thread in java?
How does compareto method work?
What is externalizable?
Explain the difference between treeset and treemap in java?
Is there any difference between synchronized methods and synchronized statements?
What's the access scope of protected access specifier?