Answer Posted / Nitesh Goel
Lazy Val in Scala is a keyword used to define a value that is not computed until it is first accessed. It allows for the deferring of expensive computations or I/O operations until they are actually needed.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers