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 |
1.what is the exact difference between applet and frame? 2.Do we use main method in frames?
What is method reference in java?
What are the ways to instantiate the class class?
What is argument in java?
What is appletviewer?
Can we create an object of private class?
Why Java is not pure Object Oriented language?
Explain the concept of polymorphism with examples?
What does provide mean construction?
Why are the objects immutable in java?
Is c better than java?
What is the purpose of garbage collection in java, and when is it used?