Scala vs Java

Exception Handling in Scala

Exception handling in Scala

Reading Time: 6 minutes Exception handling is very important whenever we are developing any application. In this blog I will cover the magic of exception handling in Scala.

Java Executor Vs Scala ExecutionContext

Reading Time: 3 minutes Java supports low-level of concurrency and some of rich api’s which is just a wrapper of low-level constructs like wait, notify, synchronize etc, But with Java concurrent packages Scala have high level concurrency frameworks for “which goal to achieve, rather than how to achieve“. These types of programming paradigms are “Asynchronous programming using Futures“, “Reactive programming using event streams“, “Actor based programming” and more. Note: Continue Reading