Answer Posted / Shany Singh
A Tuple in Scala is an ordered collection of elements that may be of different data types. Tuples are immutable and are represented as (element1, element2, ...). For example: val tpl = (1, 'a', 3.14)
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers