1.

*/*_Consider the following code snippet[x,y]=[y,x];What is the result of the above code snippet??

A. Throws exception
B. Swap the value of the two variables
C. Flashes an error
D. Creates a new reference object
Answer» D. Creates a new reference object


Discussion

No Comment Found