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 are swing components in java?
What are the advantage of swing over awt?
What are the benefits of swing over awt?
What is Java Swing?
What is swing in java with example?
What are the different components that are used to show a container?
Which layout does swing use by default?
What are the two key features of swing?
What are heavy weight components ?
What are the swing components?
What is the what is the difference between invokeandwait() and invokelater()? ?
How to perform action on button in java swing?
How to add calendar in java swing using eclipse?
How do you swing an applet?
Which containers use a border Layout as their default layout in swing?