a) True
b) False
Answer: a
Explanation: The dragover event is fired as the mouse is moving over an element when a drag is occurring. Much of the time, the operation that occurs during a listener will be the same as the dragenter event. When draggable element enters a drop target then dragenter event is occurred.
Related Posts
Garbage Collection can be controlled by a program?
Which of the below is not a memory leak solution?
Which of the below is not a Java Profiler?
What happens to the thread when garbage collection kicks off?
How to get prints of shared object memory maps or heap memory maps for a given process?
Which exception is thrown when java is out of memory?
What is -Xms and -Xmx while starting jvm?
Join The Discussion