Explain the differences between an applet and a Japplet?

Answers were Sorted based on User's Feedback



Explain the differences between an applet and a Japplet?..

Answer / chandra rekha

Components are basically of two types AWT(abstract window
tool) components and swing components. The swing components
provide better look and feel and they are light weight
components compared to awt components. Swing components are
derived from the javax.swing.* package and they are
prefixed with 'J'(like JFrame,JButton,JApplet)....applet is
derived from the package java.applet.*

Is This Answer Correct ?    35 Yes 13 No

Explain the differences between an applet and a Japplet?..

Answer / aastha malhotra

while a japplet is one that has a pluggable lok and feel....
it is not so in case of an applet
japplet gives a better gui

Is This Answer Correct ?    9 Yes 12 No

Post New Answer

More Swing Interview Questions

What are tab pans?

3 Answers  


What is swing api?

0 Answers  


Why are swings considered lightweight?

0 Answers  


What are the benefits of using Swing over AWT?

5 Answers  


What is the default look and feel of a Swing Component?

3 Answers  






what are the root classes of all classes?

4 Answers  


How to add and delete nodes in Jtree?

1 Answers   MindMill,


What is layout in java swing?

0 Answers  


Write a program to include the internal frame in swing.

0 Answers  


What is the what is the difference between invokeandwait() and invokelater()? ?

0 Answers  


What are differences between swing and awt?

0 Answers  


What are the features of swing in java?

0 Answers  


Categories