The IBPS Specialist Officer (SO) Exam 2016 for recruitment of specialist officer vacancies in public sector banks has been announced. So we D2G Team is here with IBPS SO Material.
1. Window class, onEnable/1, defines?
a) is executed when a window is becoming visible or is being hidden
b) when a window is being disabled or enabled this event is executed
c) this event is executed when the user switches to another window of the same application
d) when a window receives the keyboard focus this event is executed
2. Window class, onKBFocus/3, defines?
a) is executed when a window is becoming visible or is being hidden
b) when a window is being disabled or enabled this event is executed
c) this event is executed when the user switches to another window of the same application
d) when a window receives the keyboard focus this event is executed
3. Window class, onSetCursor/3, defines?
a) the window wants to know what cursor it must display for the mouse pointer
b) the mouse is moved over a window
c) when a mouse button is pressed this event is executed
d) a mouse button is released
4. Window class, onMouseMove/5 , defines?
a) the window wants to know what cursor it must display for the mouse pointer
b) the mouse is moved over a window
c) when a mouse button is pressed this event is executed
d) a mouse button is released
5. Window class, onMouseDown/5, defines?
a) the window wants to know what cursor it must display for the mouse pointer
b) the mouse is moved over a window
c) when a mouse button is pressed this event is executed
d) a mouse button is released
6. Window class, onMouseUp/5 , defines?
a) the window wants to know what cursor it must display for the mouse pointer
b) the mouse is moved over a window
c) when a mouse button is pressed this event is executed
d) a mouse button is released
7. Window class, onMouseDoubleClick/5, defines?
a) a mouse button was double clicked
b) the user clicks on a window
c) a key on the keyboard is pressed
d) a key on the keyboard is released
8. Window class, onClick/1, defines?
a) a mouse button was double clicked
b) the user clicks on a window
c) a key on the keyboard is pressed
d) a key on the keyboard is released
9. Window class, onKeyDown/3 , defines?
a) a mouse button was double clicked
b) the user clicks on a window
c) a key on the keyboard is pressed
d) a key on the keyboard is released
10. Window class, onKeyUp/3, defines?
a) a key on the keyboard is pressed
b) a key on the keyboard is released
c) a mouse button was double clicked
d) the user clicks on a window