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 |
Explain what is Marker interface?
Is set sorted in java?
Is it compulsory for a try block to be followed by a catch block in java for exception handling?
What is parsing in grammar?
What is byte code and why is it important to java’s use for internet programming?
write java code to print second max number in the array
How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?
Difference between flush() and commit() in hibernate?
What is a void in java?
Is string a data type in java?
what is difference between abstract factory and factory design patterns?
What is stack class in java?