Answer Posted / sri
A GUI Component can handles it own event listener and
implement by required event listener interface and adding
itself as its own event listener
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are access specifiers available in java?
What is regex used for?
What is default size of arraylist in java?
What is meant by the value of a variable?
What is Garbage Collection in Java
What is stack explain?
What is the static method?
why Interface used?
What is the difference between a vector & an array list?
What happens if main method is not static?
What are data structures in java?
Why for each loop is used?
What is yield () in java?
Can we call the run() method instead of start()?
What is abstract class? Explain