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 a cookie work in Servlets?
What is preparedstatement in java?
Is zero a positive integer?
What does java ide mean?
Can list contain null in java?
Is set thread safe java?
Can constructor be synchronized?
Is assembly language a low level language?
What is size of int in java?
What part of memory - Stack or Heap - is cleaned in the garbage collection process?
Where are the local variables stored?
What is the final method?