Answer Posted / Sachin Gaurav
Akka is a concurrent and distributed computing toolkit built on the JVM, which includes Scala. It provides an actor model for constructing concurrent and scalable applications. Actors are lightweight units of concurrency that communicate by sending messages to each other. This makes it easy to design fault-tolerant, scalable systems in a concise and expressive way.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers