How GUI component handle its own events?
Answer / 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 |
What is null data type?
Can we convert stringbuffer to string?
What is java virtual machine and how it is considered in context of java’s platform independent feature?
What is the difference between sleep and wait in java?
Is class is a data type?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is command line used for?
Explain java coding standards for methods?
What’s the difference between applets and standalone program?
What is a singleton class in Java? And How to implement a singleton class?
What is difference between core java and java ee?
Can set contain duplicates?