What is the difference between swing and awt components?
Answer Posted / Yatendra Kumar Nagar
AWT (Abstract Window Toolkit) is a older and lower level GUI library in Java, while Swing is a more modern, high-level GUI library. Swing offers improved look and feel, lighter weight, better layout managers, and more customizable components compared to AWT.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the first argument of the string array in main method?
What is the resourcebundle class?
What if I write static public void instead of public static void?
what is reflection api? How are they implemented?
What do you understand by casting in java language? What are the types of casting?
How does java handle integer overflows and underflows?
Can we extract main method from another class?
What is the java api?
What is the locale class?
Are jvm’s platform independent?