Which of these methods are used to register a keyboard event listener? |
Which of these methods are used to register a keyboard event listener? |
Which of these methods can be used to obtain the command name for invoking ActionEvent object? |
Which of these methods can be used to obtain the command name for invoking ActionEvent object? |
Which of these class is super class of all the events? |
Which of these class is super class of all the events? |
Which of these events is generated when the size of an event is changed? |
Which of these events is generated when the size of an event is changed? |
What does public int start() return? |
What does public int start() return? |
Which of these events will be generated if we close an applet’s window? |
Which of these events will be generated if we close an applet’s window? |
What is an event in delegation event model used by Java programming language? |
What is an event in delegation event model used by Java programming language? |
Which of these events is generated by scroll bar? |
Which of these events is generated by scroll bar? |
Which capturing group can represent the entire expression? |
Which capturing group can represent the entire expression? |
Which of these are integer constants defined in ActionEvent class? |
Which of these are integer constants defined in ActionEvent class? |
Which of these events will be notified if scroll bar is manipulated? |
Which of these events will be notified if scroll bar is manipulated? |
Which of these methods can be used to obtain the reference to the container that generated a ContainerEvent? |
Which of these methods can be used to obtain the reference to the container that generated a ContainerEvent? |
Event class is defined in which of these libraries? |
Event class is defined in which of these libraries? |
Which of the following matches nonword character using regular expression in java? |
Which of the following matches nonword character using regular expression in java? |
What is a listener in context to event handling? |
What is a listener in context to event handling? |
Object of which class is used to compile regular expression? |
Object of which class is used to compile regular expression? |
Which of these packages contains all the classes and methods required for even handling in Java? |
Which of these packages contains all the classes and methods required for even handling in Java? |
what does public String replaceAll(string replace) do? |
what does public String replaceAll(string replace) do? |
Which of these methods can be used to determine the type of event? |
Which of these methods can be used to determine the type of event? |
groupCount reports a total number of Capturing groups. |
groupCount reports a total number of Capturing groups. |
Which of these methods can be used to determine the type of adjustment event? |
Which of these methods can be used to determine the type of adjustment event? |
Which of these events is generated when a button is pressed? |
Which of these events is generated when a button is pressed? |
What does public int end(int group) return? |
What does public int end(int group) return? |
Which of these constant value will change when the button at the end of scroll bar was clicked to increase its value? |
Which of these constant value will change when the button at the end of scroll bar was clicked to increase its value? |
Which of these events is generated when the component is added or removed? |
Which of these events is generated when the component is added or removed? |
Which of these methods are used to register a mouse motion listener? |
Which of these methods are used to register a mouse motion listener? |
Which of the following matches end of the string using regular expression in java? |
Which of the following matches end of the string using regular expression in java? |
Which of these methods can be used to know the degree of adjustment made by the user? |
Which of these methods can be used to know the degree of adjustment made by the user? |
Which of these methods can be used to know which key is pressed? |
Which of these methods can be used to know which key is pressed? |
Which of these class is super class of all the events? |
Which of these class is super class of all the events? |