Answer Posted / Reena Singh
A Map in Scala is a collection of key-value pairs. It follows the Map interface, which is part of the standard Scala library. Maps are useful when we need to store data that can be accessed using keys instead of indices.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers