This 'Advance Java Programming(Class Test-I)' assesses knowledge in Java Swing components, AWT subclasses, and JTable functionalities. It tests understanding of event handling and applet creation, crucial for developing robust Java applications. Ideal for learners aiming to enhance their Java GUI development skills.
Container
LayoutManger
Color
Font
Rate this question:
JTAble object displays rows of data
JTAble object displays columns of data
JTAble object displays rows and columns of data
JTAble object displays data in Tree form
Rate this question:
WINDOW_ACTIVATED
WINDOW_CLOSED
WINDOW_DEICONIFED
All of the above
Rate this question:
Add(jc);
Jc.add(c);
c.add(jc);
Add(c);
Rate this question:
MenuComponent
MenuBar
MenuItem
CheckboxMenuItem
Rate this question:
Main
Mulit-level
Model
Method
Rate this question:
CENTER
TOP
HORIZONTAL
VERTICAL
Rate this question:
ActionEvent
MouseEvent
ItemEvent
KeyEvent
Rate this question:
TreePath
TreeNode
DefaultMutableTreeNode
MutableTreeNode
Rate this question:
FlowLayout
GridLayout
CardLayout
BorderLayout
Rate this question:
Setsize()
SetSize()
GetSize()
Size()
Rate this question:
New TextArea(80,50);
New TextArea(50,80);
New TextArea(80);
TextArea(80,50);
Rate this question:
Height
Width
ThumbSize
Boxsize
Rate this question:
Object that describe a state change in processing
Object that describe any change by the user and system
Event is class defining only object
Object that describe a state change in source
Rate this question:
MouseListener
MouseEvent
MouseMotionListener
MouseAdapter
Rate this question:
Awt
Net
Javax
Swing
Rate this question:
Option 1
Option 2
Option 3
None of the above
Rate this question:
Code; javax.swing.*; c.add(jc);
Javax.swing.*; c.add(jc); code
Javax.swing.*;
C.add(j);
Rate this question:
ActionListener , c.add(bb); , ,ActionListener, e.getActionCommand();
c.add(bb); ,ActionListener ,ActionListener, c.add(bb);
ActionListener ,ActionListener, c.add(bb); , e.getActionCommand();
ActionListener, c.add(bb); , e.getActionCommand();
Rate this question:
TabbedPane,List,Applet
Applet,TabbedPane,Panel
Panel,TabbedPane,List
Applet,Panel,TabbedPane
Rate this question:
Choice
List
JList
JCombobox
Rate this question:
SetText()
GetText()
Both A & B
None of above
Rate this question:
GetId()
GetActionCommand()
GetModifiers()
ParamString()
Rate this question:
SetLayout(false);
SetLayout();
SetLayout(null);
Setnull();
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Wait!
Here's an interesting quiz for you.