Answer Posted / niranjanravi
Adapter class provides an empty implementation of all the
methods in EventListener interface.
| Is This Answer Correct ? | 184 Yes | 41 No |
Post New Answer View All Answers
What is square root in java?
Describe different states of a thread.
When should I use singleton pattern?
What is the primitive type byte?
These static constructors are correct ? class A { statc intA() { } static A(int x,int y) { } static A(int x) { } }
What data type is true or false?
what methods would you overwrite in java.lang.object class?
What is broken and continue statement?
What is a substring of a string?
What are the differences between the constructors and methods?
Why is java architectural neutral?
What are the various access specifiers in java?
How do you clear a method in java?
Can a main method be declared final?
What is array length in java?