How can a gui component handle its own events in java programming?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

what is nested class in java?

0 Answers   IBS,


Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC

2 Answers  


If system.exit (0); is written at the end of the try block, will the finally block still execute?

0 Answers  


What is Locale class?

1 Answers   MySoft,


What will happen when using pass by reference in java?

0 Answers   HCL,






Is integer a class?

0 Answers  


What is methods in java?

0 Answers  


Why Set interface contains unique elements, what internally implemented for this so that it contains unique elements?

1 Answers   Rolta, TCS,


How to make a non daemon thread as daemon?

0 Answers  


What is the difference between abstract classes and interfaces?

0 Answers  


Explain importance of throws keyword in java?

0 Answers  


What do you mean by of string::valueof expression in java 8?

0 Answers  


Categories