Posts

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...

Introduction to Abstract Windowing Toolkit(AWT) & Swings

Index => Quiz Show all questions <=   => Implement the Listener interface and overrides its methods is required to perform in event handling.   ?     True   ?     False Which is the container that doesn't contain title bar and MenuBars but it can have other components like button, textfield etc?   ?     Window   ?     Frame   ?     Panel   ?     Container These two ways are used to create a Frame 1. By creating the object of Frame class (association) 2.By extending Frame class (inheritance)   ?     True   ?     False Give the abbreviation of AWT?   ?     Applet Windowing Toolkit   ?    ...