a) dragend
b) getData
c) dropEffect
d) captureData
Answer: c
Explanation: When the user finishes dragging an element, dragend is occurred. During the drop event, you should retrieve that data that was dropped from the event and insert it at the drop location. One can use the dropEffect property to determine which drag operation was desired.
Related Posts
What is -Xms and -Xmx while starting jvm?
Which of the following is a garbage collection technique?
Where is a new object allocated memory?
Which of the following has the highest memory requirement?
What would be behaviour if the constructor has a return type?
What would be the behaviour if one parameterized constructor is explicitly defined?
What is not the use of “this” keyword in Java?
Join The Discussion