Vidyalelo
Computer Science · Q84

Kotlin Programming MCQ for Competitive Exams, Interviews, and Certifications

Engineering and GATE · Computer Science · question 84

Q84

What does the mapOf() function do in Kotlin?

A.
It creates a new List.
B.
It creates a new Set.
C.
It creates a new Map.
Answer
D.
It creates a new Queue.

Answer: Option C

Solution

Answer: Option C
No explanation is given for this question Let's Discuss on Board