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

Is space a char?

0 Answers  


Is there is any error if you have multiple main methods in the same class?

10 Answers   Infosys, Wipro,


How to find the largest value from the given array.

0 Answers  


What is a flag value?

0 Answers  


There are 2 different ways to create an object. a)By using keyword "new" b)By using Class.forName ("className").newInstance(); What is the difference between these 2 methods.

3 Answers  






What are multiple inheritances? Is it supported by java?

0 Answers  


What do you understand by an io stream?

0 Answers  


What is java instanceof operator?

0 Answers  


What are static blocks in java ?

0 Answers  


What are teh sub-classes of a component class?

2 Answers  


What is a layout manager?

1 Answers  


How do I get 64 bit java?

0 Answers  


Categories