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

how to give transparency to JComboBox,JList and JTable

5 Answers   Ness Technologies,


What are the containers available in swing?

0 Answers  


How to add calendar in java swing using eclipse?

0 Answers  


What is import javax swing?

0 Answers  


What is swing control?

0 Answers  






what are the root classes of all classes?

4 Answers  


What is the difference between swing and applet?

0 Answers  


Explain the below Statement if(ae.getSource()==b1)

2 Answers   IPSG Systems, TCS,


What is difference between applet and swing?

0 Answers  


Why are swing components called lightweight?

0 Answers  


What is JTable and what is its purpose?

4 Answers  


Why should any swing call back implementation execute quickly?

0 Answers  


Categories