Which packages contain the JDBC classes
Which type of Statement can execute parameterized queries
Which package provides many event classes and Listener interfaces for event handling
The Swing Component classes that are used in Encapsulates a mutually exclusive set of buttons
Name the class used to represent a GUI application window, which is optionally resizable and can have a title bar, an icon, and menus
Which is the container that doesn't contain title bar and MenuBars but it can have other components like button, textfield etc
What are the names of the list layout managers in Java
The size of a frame on the screen is measured in
What are the different types of controls in AWT
The following specifies the advantages of It is lightweight It supports pluggable look and feel It follows MVC (Model View Controller) architecture
JFrame myFrame = new JFrame (); Any command (such as the one listed above) which creates a new object of a specific class (in this case a new JFrame object called myFrame) is generally called a
Which class can be used to represent a checkbox with a textual label that can appear in a menu
Package of drawstring() method is
Which of the following is the correct order of servlet life cycle phase methods