a) drag effects
b) drag data
c) dataTransfer
d) dragenter
Answer: c
Explanation: The feedback given by the user using drag and drop operation is done by drag effects. Drag data includes all the data needed for drag operation. The dataTransfer property of all drag events holds data about the drag and drop operation. 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