What is the difference between swing and awt components?
Answer / 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 |
What is lambda value?
How does java handle integer overflows and underflows?
i heard that JVM internally contains pointers...is this true?
Can a method be static and synchronized?
What is a delimiter in java?
What about javascript? : java security
What is the difference between collection and stream?
What is the most important feature of java?
What is crud operations in java?
Difference between Abstract Class & Interface?
What is the point of lambda expressions?
Why dependency injection is used in java?