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 |
In what context should the value of swing components be updated directly?
Explain the difference between swing and jsf.
What is the purpose of transferhandler class?
What is the design pattern that java uses for all swing components ?
What are the components of swing in java?
What is layout in java swing?
What are the swing components in java?
What is the difference between swing and awt in java?
How is multi-threading gets implemented using swing?
What is the difference between applications and applets?
Is javafx better than swing?
Why does JComponent have add() and remove() methods but Component does not?