Posts

Showing posts with the label Scala

Scala

Image
Scala is a multi paradigm programming language used for building scalable application. Applications build on Scala are - Secure, Faster,  Reliable, Resistance to Run time exception About Scala Scala is scalable, functional, immutable and most importantly uses less piece of code to achieve a task. The Scala compiler generates byte code which is identical to that generated by the Java compiler. Scala code can be de-compiled to Java code (With the exception of certain constructor operations). To the JVM, both java code and Scala code looks similar with the only difference is a run time scala-library.jar library. Getting Started with Scala Installation And Setup Download the Java Run time Environment 1.6 or later (1.8 recommended) from - http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html Add the  \bin  directory to the  PATH  system environment variable. Download Scala IDE for Eclipse ( Downlo...