Explain the differences between an applet and a Japplet?
Answer Posted / 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 |
Post New Answer View All Answers
What is the relationship between clipping and repainting?
What is the function of abstractaction class?
what are the steps required in creating an empty table drop?
What are the two key features of swing?
What are the components of swing?
What is javax swing joptionpane?
What is actionlistener in java swing?
What is the purpose of transferhandler class?
Why swing components are called lightweight components?
What is import javax swing * used for?
Which window contains the swing controls?
What are heavy weight components ?
Why are swing components called lightweight?
What is the difference between applications and applets?
What method is used to specify a container's layout?