How GUI component handle its own events?



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

Post New Answer

More Core Java Interview Questions

Can you declare an interface method static?

0 Answers  


Why are arrays useful in java?

0 Answers  


What is method reference?

0 Answers  


What is stringwriter?

0 Answers  


Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types

4 Answers   TCS,






What is java util list?

0 Answers  


How to avoid memory leak in java?

0 Answers  


What is treeset in java?

0 Answers  


Why set do not allow duplicates in java?

0 Answers  


Explain the differences between static and dynamic variables?

0 Answers   Fidelity,


how do I create a runnable with inheritance? : Java thread

0 Answers  


Why string is immutable or final in java

0 Answers  


Categories