Comparing Swing and AWT: Unraveling the Distinctions in Java GUI Frameworks
AWTSwingIt is API to develop GUI applications in JavaSwing is a part to foundation classes to create GUI in javaIn AWT components are heavy weightIn swing components are lightweightExecution time is more in AWT than SwingExecution time in swing is le...
sahith.hashnode.dev1 min read