Hi
What is the major Difference between applet and awt in java.
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Nilesh JadavPosted Jul 8, 2015, 7:41 AM
AWT:
Pros
Cons
Swing/Applet:
Pros
Cons
Might this helps
Joann CaudilloPosted Jul 8, 2015, 7:27 AM
Satyapriya NayakPosted Feb 7, 2012, 1:20 AM
An applet is a program written in the Java programming language that can be included in an HTML page, much in the same way an image is included in a page. When you use a Java technology-enabled browser to view a page that contains an applet, the applet's code is transferred to your system and executed by the browser's Java Virtual Machine (JVM). For information and examples on how to include an applet in an HTML page, refer to this description of the