Difference between AWT and Applet
|
|
|
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 |
|