Answer Posted / 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 View All Answers
Why is core java important?
What is the use of inner class?
Can we declare an interface as final?
Are floats faster than doubles?
Is sizeof a keyword in java programming?
Is null keyword in java?
What is double word?
What is files manifesting?
Does unicode support all languages?
What is prefix of a string?
What is are packages?
Which sorting algorithm is best in java?
Make a data structure and implement an algorithm to print all the files in a directory. (The root directory can have sub-directories too.)
What is treeset in java?
Convert a BST into a DLL and DLL to BST in place.