What will be the output for the code fragment below?
List(Set(1), Set(1,2,3), Set(1, 2)) diff List(Set(1,2,3))
Correct Answer: List( Set(1), Set(1, 2) )
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Scala MCQ Questions