JAVA
JAVA
Fields Only static and final fields Can have instance variables
Multiple
Supports multiple inheritance Does not support multiple inheritance
Inheritance
Look and
Pluggable look and feel Native look and feel
Feel
Performanc
Slower due to lightweight nature Faster due to native components
e
Event
Uses javax.swing package Uses java.awt package
Handling