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 |
Without creating a new object, How you can retrieve a String or other object?
Difference between final and effectively final ? Why is effectively final even required ?
What is stringwriter?
what is the difference between applet and swing and gui application in java . What we do with the collections set and list interface
2 Answers CTS, Phoenix Technologies,
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
Can you inherit from an abstract class java?
Explain cookies?
what is object-oriented programming in java?
Explain listiterator and methods in listiterator?
How do you check if a character in a string is a digit or letter?
what is the difference between a java object reference and c++ pointer?
Can u write constructor in abstract.If yes den when it will be invoked.