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 a main method be declared final?

0 Answers  


What is singleton service?

0 Answers  


what is the main differene between synchronize() method and Synchronize{}block?

1 Answers   3i Infotech,


What are multiple inheritances?

0 Answers  


What is use of static method?

0 Answers  


what Data encapsulation in java?

5 Answers  


If two threads call a static method at the same point of time, what will happen?

3 Answers   KPIT,


Q1.A. Write note on “The class path Environment Variable”? B. Which are different kinds of source code? Q2.A. How to create an interface? B. Why convert an applet to an application? Q3.A. How to use Media tracker Class. B. How to use string tokenizer class. Q4 A. Explain the overview of UDP messaging. B. Difference between SQL Exception class and SQL Warning class. Q5. A. How to create com object in Java? B. Write short notes on “The properties class” Q6. A. When object is created and destroyed? B. Explain the JDB in depth & command line. C. Write short notes on Web Sites.

2 Answers   iGate, Seed Infotech,


Write a program to print all permutations of string?

0 Answers  


Why do we need public static void main(String args[]) method in Java...?

1 Answers  


Which is fastest collection in java?

0 Answers  


What’s the difference between unit, integration and functional testing?

0 Answers  


Categories