Introduction to Scala Language is a first part of series of Scala Language Tutorials. This post describes what is Scala language, the basic features and coding constructs.
Author: Amit Phaltankar Tutorials
Thanks for visiting. I hope you found the tutorials and code examples helpful. Please post your comments, questions, and suggestions below.
You can also reach out to me on any of the Social platforms listed here.
Happy Coding !!
Spring Boot Multiple MongoTemplates
Spring Boot Multiple Mongo Templates describes way to inject multiple MongoTemplates using Spring Boot Auto Configuration
Java 8 Streams – Terminal Operations
Java 8 Streams – Terminal Operations describes Java 8 streams Matching, Finding, Reducing, and Optional with detailed examples
Java 8 Streams – Intermediate Operations
Java 8 Streams Intermediate Operations like map, flatMap, filter, sorting and limit are explained in detailed with simple examples
Java 8 Streams – Laziness and Performance
Java 8 Streams are lazy and still help in faster processing and improving speed of your application. Learn How.
What is JVM, JDK and JRE
Learn What is JVM, JDK and JRE. In this quick tutorial we will see what are the functions of these components, and the differences.