,
Share with your friends 

Difference between AWT and Applet

4 ratings Views 165 
Author: Suresh_2687960e (Suresh Loganathan)  View Profile |  View other solutions by this author

Question / Problem


The Main Difference between AWT and Applet

Solution

1. swing is light weight component and awt is heavy weight
component.
2. swing components require javax.swing package where as
awt comonents require java.awt  package
3. awt requres native code to execute/run but not swings
4. swing are also known as JFC's
5. swing is a look and feel component and it is purely
developed in java.

Applies to

Core Java

Rank It

Login to rank it

Report


Advertisement