In which JDK version event-delegation model is introduced?
Answer Posted / ranganathkini
JDK 1.1
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Why are getters and setters used?
What is the purpose of void class?
Define class?
What is the importance of finally block in exception handling?
What are multiple inheritances? Is it supported by java?
What is difference between == and === in js?
Why lambda expression is used in java?
Explain reverse a linked list iterative solution in java?
What is the difference between abstract classes and interfaces?
1.IN CASE OF DYNAMIC METHOD DISPATCH WHY WE USE REFERENCE VARIABLE,WE CAN USE THE DIFFERENT DEFINED OBJECT DIRECTLY TO ACCESS THE DATA MEMBER AND MEMBER FUNCTION OF THAT RESPECTIVE CLASS?WHAT IS THE MAIN FUNCTION OF "REFERENCE VARIABLE" HERE?
What is the use of static class?
When can we say that threads are not lightweight process in java?
Can we use both this () and super () in a constructor?
What is sortedset in java?
What does null mean in java?