Scala Exception handling is mostly very similar with Java exception handling except catch block syntax. Here I am just trying you to explain Scala exception handling concept in brief as it is a very vast topic in itself. Continue reading “Scala Exception Handling by Code Examples”
Tag: Pattern Matching
Scala Pattern Matching expression with Code Examples
I am sure that if you have come across Java programming language, you might have used switch case statements in Java. Scala pattern matching expression is quite similar with Java switch-case statements, and provides far more features than that. Continue reading “Scala Pattern Matching expression with Code Examples”