what is the diff's between swing and applet?
Answer Posted / karthik
Apple :to execute Applet programe we should need any one
browser like Appletviewer,web browser.
Because Applet using browser container to run and all
action control with in browser container
swing :to execute swing no need any browser By which we can
create stand alone application
But Here we have to add container and maintain all action
control with in frame container
Applet : we dependent on brower to execute and action
swing : own
simply Instance problem
Is This Answer Correct ? | 46 Yes | 7 No |
Post New Answer View All Answers
What is jfc swing in java?
Why are swings considered lightweight?
Explain how to render an html page using only swing.
What is awt and swing in java?
What is an event in Swing?
What are the different components that are used to show a container?
Is there any heavyweight component in swings?
Why does JComponent have add() and remove() methods but Component does not?
What is the difference between swing and applet?
What is the function of abstractaction class?
What is a component in swing?
In what context should the value of swing components be updated directly?
What is import javax swing jframe?
What is swing control?
What is import javax swing?