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
Which method is used by the applet to recognize the height and width?
What are heavyweight components? What is lightweight component?
What is swing framework in java?
What is the function of lightweight components used in swing?
What does javax swing do?
Which containers use a border Layout as their default layout in swing?
How to align components in java swing?
What are swing components?
Explain the difference between jfc & wfc.
What is the function of internal frame in swing?
What is a swing application?
What are the components of swing in java?
How to create a swing gui in java?
What class is at the top of the AWT event hierarchy?
What is jfc swing in java?