Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the responsive-lightbox domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the hueman domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /var/www/wp-includes/functions.php on line 6114
Scala Tutorial - Learn Scala Easily | Beginner to Advance

Scala Tutorial

In this Scala tutorial, we will learn scala from basics to advance where we will start with scala installation and move towards step by step to become comfortable with that.Now a days, scala has become more popular because of Big Data which has ruling the IT industry for quite some time. It is very interesting language. Hope, you will enjoy it. Happy Learning!!

In Progress…..

  1. Scala – Overview
  2. Scala – Environment Setup
  3. Scala – Setup IntelliJ IDE
  4. Scala – First Steps
  5. Scala – Data Types
  6. Scala – Variables
  7. Scala – OOPs concepts
  8. Scala Functions
  9. Scala Closures
  10. Scala Strings
  11. Scala Abstract Class
  12. Scala Trait
  13. Scala Access Modifier
  14. Scala Array
  15. Scala Collection
    • Scala Tuples
    • Scala Lists
    • Scala Sets
    • Scala Maps
    • Scala Options
    • Scala Iterators
  16. Scala Exceptions
    • Without Exception Handling
    • Scala Try/Catch Block
    • Scala Finally Block
    • Scala Throw Keyword
    • Scala Throws Keyword
    • Scala Custom Exception
  17. Scala Pattern Matching
  18. Scala File Handling
  19. Scala Extractor
  20. Scala Interview Questions