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 does x mean in javax.swing?

7 Answers  


Which containers use a border Layout as their default layout in swing?

0 Answers  


Hello ..Friends. I need a Code which makes a software of Enter the cheque Details.. means any enduser enter the details in a Particular field that should be printed on the paper On Cheque. at the backend side it sholud be printed on pdf file. Thanks in Advance

0 Answers  


What are swing controls?

0 Answers  


What is swing used for?

0 Answers  






What are controls and what are different types of controls in awt?

0 Answers  


What is swing framework in java?

0 Answers  


How to render an html page using only swing.

0 Answers  


Name the borders provided by Swing?

1 Answers   Accenture,


What is an event handler in swing?

0 Answers  


Explain the differences between an applet and a Japplet?

2 Answers   College School Exams Tests, Satyam,


Why do we use swing in java?

0 Answers  


Categories