Tell me the difference between an applet and a Japplet?



Tell me the difference between an applet and a Japplet?..

Answer / 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

More Core Java Interview Questions

Explain what is Marker interface?

1 Answers   BirlaSoft,


Is set sorted in java?

1 Answers  


Is it compulsory for a try block to be followed by a catch block in java for exception handling?

1 Answers  


What is parsing in grammar?

1 Answers  


What is byte code and why is it important to java’s use for internet programming?

1 Answers  


write java code to print second max number in the array

12 Answers   Huawei, IBAB,


How many bits are used to represent unicodde,ASCII,UTF-16 and UTF-8 characters?

2 Answers  


Difference between flush() and commit() in hibernate?

2 Answers   Bally Technologies,


What is a void in java?

1 Answers  


Is string a data type in java?

1 Answers  


what is difference between abstract factory and factory design patterns?

0 Answers  


What is stack class in java?

1 Answers  


Categories