-
Concurrency on the JVM using Scala (1 messages)
- Posted by: Daniel Rubio
- Posted on: September 15 2009 03:06 EDT
Concurrency in Java 'the language' is left to the use of threads. However, Scala -- the JVM compatible language -- relies on the use of Actors for dealing with concurrency. Matt Raible weighs in on the topic of concurrency on the JVM using Scala, based on a talk given by Venkat Subramaniam at a recent Java User Group. Read Matt Raible's post 'Concurrency on the JVM Using Scala with Venkat Subramaniam': http://raibledesigns.com/rd/entry/concurrency_on_the_jvm_usingThreaded Messages (1)
- A new Language by sandeep singh on February 04 2010 02:31 EST
-
A new Language[ Go to top ]
- Posted by: sandeep singh
- Posted on: February 04 2010 02:31 EST
- in response to Daniel Rubio
Is scala is new language or something other then that