Explain the differences between an applet and a Japplet?
Answers were Sorted based on User's Feedback
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 |
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 |
What is the purpose of transferhandler class?
How to create a swing gui in java?
What is the difference between invokeAndWait() and invokeLater()?
Is swing part of core java?
What is the difference between swing and awt?
What is the use of JTree?
What is the relationship between clipping and repainting?
What is the design pattern that java uses for all swing components ?
how to give transparency for JComboBox,JListBox and JTable
What are the benefits of using Swing over AWT?
What is swing gui?
What does x mean in javax.swing?