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

What does singleton mean in java?

0 Answers  


How do you sort in ascending order in java?

0 Answers  


State differences between C and Java?

0 Answers   Deloitte, JPMorgan Chase,


Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?

0 Answers  


How dead lock situation occurs in java and how you can identify it?

0 Answers  






why string is not taking as primitive datatypes but we r taking it as a class? why explain it?

2 Answers   HP, SparkTG,


What is an escape character in java?

0 Answers  


What are the advantages of assembly language?

0 Answers  


What are different type of exceptions in java?

0 Answers  


What is inner class?what is the use of inner class?where we create the object for inner class? and inner class can extend any class or inner class can implement any interface?

1 Answers   Wipro,


What is the meaning of nullable?

0 Answers  


Does a class inherit the constructors of its superclass in java programming?

0 Answers  


Categories