what models are available for event handling?
Answer / niranjanravi
EventDelegation and Eventinheritance maodel.EventDelegation
model is more advantageous than EventInheritance model.
| Is This Answer Correct ? | 2 Yes | 0 No |
Explain the difference between static and dynamic binding in java?
Explain the difference between jvm and jre?
What is json parser in java?
what is multitherading
Is it correct to say that due to garbage collection feature in java, a java program never goes out of memory?
What are File and RandomAccessFile classes?
What is synchronization and why is it important in java programming?
What is the use of predicate in java 8?
What are variable arguments or varargs?
Explain reverse a linked list iterative solution in java?
Difference between a process and a program?
Assume a thread has lock on it, calling sleep() method on that thread will release the lock?