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

Is zero a positive integer?

0 Answers  


What is the difference between panel and frame ?

7 Answers   HCL, IBM, Raim Techno Solutions,


What is rmi and steps involved in developing an rmi object?

0 Answers  


What is public static void main?

0 Answers  


Define Compiling?

3 Answers  






Can we write multiple catch blocks under single try block?

0 Answers  


What are java packages?

0 Answers  


How do you relate a Interface to a Class? Tell me in Detail?

4 Answers  


What is the difference between parameters and arguments ?

2 Answers  


Variable of the boolean type is automatically initialized as?

0 Answers  


What primitive Java types? Howmany are they and what are their names?

3 Answers  


What are the five major types of reference sources?

0 Answers  


Categories