What is Null in Scala? What is null in Scala? What is difference between Null and null in Scala?
Answer Posted / Mritunjay Kumar Pandey
In Scala, 'Null' is a keyword that represents the null value for reference types. 'null' (without capital N) is a literal value representing the null value for any type. The difference lies in their usage and explicitness.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers