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 |
Can we able to pass objects as an arguments in java?
Can we overload the methods by making them static?
Objects or references which of them gets garbage collected?
What is the string function?
Why can't we make jsp as a controller and action servlet in struts?
What is the difference between stringbuffer and stringbuilder?
What is the transient keyword?
Name some OOPS Concepts in Java?
If an object reference is set to null, will the garbage collector immediately free the memory held by that object?
what is the difference between java and j2ee... is that can i work j2ee on net beans IDE 6.0
What is the difference between throw and throws in java?
How does marker interface provides functionality to the implemented class ? or How dose maker interface gets the functionalities as serialization or cloning.