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 import javax swing?
What are the different components that are used to show a container?
What is the use of java swing?
What are the advantage of swing over awt?
What are heavy weight components ?
What class is at the top of the AWT event hierarchy?
What is java swing application?
What is a swing day?
How to render an html page using only swing.
Who created the swing?
What is layout in java swing?
What is difference between swing and awt?
What is the use of jfc in java swing?
Explain how to render an html page using only swing.
What are the components of swing?