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

Which layout does swing use by default?

0 Answers  


How to reload a jframe in java 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 is jfc swing in java?

0 Answers  


In what context should the value of swing components be updated directly?

0 Answers  






When we should go for codebase in applet?

0 Answers  


Which method is used by the applet to recognize the height and width?

0 Answers  


What are the different types of layout managers used in swing?

0 Answers  


What is difference between applet and swing?

0 Answers  


What are tab pans?

3 Answers  


What are swing controls?

0 Answers  


Is javafx better than swing?

0 Answers  


Categories