AWT&Swing
Index => Quiz Show all questions <= => The following a) It is lightweight. b) It supports pluggable look and feel. c) It follows MVC (Model View Controller) architecture are the advantages of _____ . 1.Swing 2.AWT ? 1 ? 2 ? 1&2 ? None of the above Which package provides many event classes and Listener interfaces for event handling? ? java.awt ? java.awt.Graphics ? java.awt.event ? None of the above Swing is not a part of JFC (Java Foundation Classes) that is used to create GUI application ? True ? False The Following steps a...