SCALA Programming, For Beginners, Quick Start Guide: Scala Language Crash Course Tutorial & Exercises
- Edition: 1
- Language: English
- Publisher: In Easy Stey by Stey, Teach Yourself eBook & Book
- Publication Date: 2021-05-29
- ISBN-10: B09665Q7D2
This is a zero-risk investment. If you are not satisfied with this eBook, you can get back the full refund within 7 days.
About This Book
Absolutely for Beginners
“Scala Programming & Exercises” covers all essential Scala language knowledge. You can learn complete primary skills of Scala programming fast and easily.
The book includes many practical examples for beginners and includes exercises for the college exam, the engineer certification exam, and the job interview exam.
Note:
This book is only suitable for Scala beginners; it is not for experienced Scala programmers.
Table of Contents
Chapter 1
What is Scala Language?
The Feature of Scala
Install JDK
Install Scala
Exercises
Chapter 2
“Hello World” Program
Basic Grammar
Scala Keywords
Scala Comment
Package
Data Type
Exercises
Chapter 3
Variables
Declare Variable Type
Declare Multi Variables
Constants
Arithmetical Operators
Comparison Operators
Logical Operators
Assignment Operators
Exercises
Chapter 4
If Statement
If-else Statement
If…else if…else
While Loop
Do-While Loop
For Loop (1)
For Loop (2)
For Loop (3)
Exercises
Chapter 5
Method
Default Parameters
Closure
String
String Length
String Connection
String Functions
Exercises
Chapter 6
Array
Access Array Elements
Connect Array
Reverse Array Elements
Array Operations
Array Sort
Exercises
Chapter 7
Scala List
Connect Two Lists
Scala Set
Set Operations
Scala Map
Connect Two Maps
Map Key & Value
Exercises
Chapter 8
Tuple
Tuple Iteration
Scala Iterator
Useful Function in Iterator
Class
Object
Class & Object
Exercises
Appendix
Extends
Private
Protected
Exception
Scala Q & A
Questions
Answers