Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is akka in scala?



What is akka in scala?..

Answer / 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

More Scala Interview Questions

What is Nothing in Scala? What is Nil in Scala? What is the relationship between Nothing and Nil in Scala?

1 Answers  


How does it work under-the-hood, when we create an instance of a Class without using ‘new’ keyword in Scala? When do we go for this approach?

1 Answers  


What is Scala anonymous function?

1 Answers  


What are the advantages of scala over java (java 8)?

1 Answers  


Explain the access modifiers available in scala?

1 Answers  


Explain if-else-if terminology?

1 Answers  


What does s method in scala string interpolation?

1 Answers  


What are the differences between Array and ArrayBuffer in Scala?

1 Answers  


What is the use of tuples in scala?

1 Answers  


What is an object in scala?

1 Answers  


What are the Advantages of Functional Programming (FP) or Advantages of Pure Functions?

1 Answers  


Explain different types of identifiers in scala?

1 Answers  


Categories