a) Dragging HTML and XML
b) Dragging Text
c) Dragging Files
d) Dragging Links
Answer: b
Explanation: Although the process is automatic, it is recommended that you always add data of the text/plain type as a fallback for applications or drop targets that do not support other types, unless there is no logical text alternative. Always add the plain text type last as it is the least specific.
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