How listener identify that the event came from a particular
object?


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

Post New Answer

More Core Java Interview Questions

is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


what is inner class in java?

0 Answers   IBS,


Can java list contain duplicates?

0 Answers  


What is difference between identifier and variable?

0 Answers  


What is the difference between static and non-static variables?

6 Answers  






Can Exception handling we can handle multiple catch blocks?

0 Answers   PUCIT,


An inner class can actually be a subclass of the outer class? a. true b. false

2 Answers  


What is constructor chaining and how is it achieved in java?

0 Answers  


What are methods in java?

0 Answers  


Why does abstract class have constructor?

0 Answers  


List out benefits of object oriented programming language?

0 Answers  


why we write public static void main (String args[]) in core java plz explain briefly??????????????????

3 Answers   HCL,


Categories