Skip to content
Adglob Infosystem Pvt Ltd
  • About Us
  • B2B and B2C Database
  • Bulk Email Solution
  • Contact Us
  • Corporate Email Service
  • Database Portfolio
  • Database Process Flow
  • Database Services
  • FAQs
  • Lead Generation
  • Managed Email Campaign Solution
  • Our Clients
  • Privacy Policy
  • Product Blog
  • Request Sample for Free Database
  • Terms & Conditions
  • Web Scrapping
  • Scala

    1. Home>
    2. Scala

    Scala – Files I/O

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    In this guide, we will discuss Scala Files I/O . Scala is open to make use of any Java objects and java.io.File is one of the objects which can be used in…

    Continue ReadingScala – Files I/O

    Scala – Extractor

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:2 Comments

    An extractor in Scala is an object that has a method called unapply as one of its members. The purpose of that unapply method is to match a value and take it…

    Continue ReadingScala – Extractor

    Scala – Exception Handling

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    In this guide, we will discuss Scala Exception Handling. Scala's exceptions work like exceptions in many other languages like Java. Instead of returning a value in the normal way, a…

    Continue ReadingScala – Exception Handling

    Scala – Regular Expressions

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    This chapter explains how Scala supports regular expressions through Regex class available in the scala.util.matching package. Try the following example program where we will try to find out word Scala from a statement. Example…

    Continue ReadingScala – Regular Expressions

    Scala – Pattern Matching

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    Scala Pattern matching is the second most widely used feature of Scala, after function values and closures. Scala provides great support for pattern matching, in processing the messages. A pattern…

    Continue ReadingScala – Pattern Matching

    Scala – Traits

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:1 Comment

    In this guide, we will discuss Scala Traits. A trait encapsulates method and field definitions, which can then be reused by mixing them into classes. Unlike class inheritance, in which…

    Continue ReadingScala – Traits

    Scala – Iterators

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:2 Comments

    In this guide, we will discuss Scala Iterators. An iterator is not a collection, but rather a way to access the elements of a collection one by one. The two…

    Continue ReadingScala – Iterators

    Scala – Options

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:2 Comments

    Scala Options [ T ] is a container for zero or one element of a given type. An Option[T] can be either Some[T] or None object, which represents a missing value. For instance, the…

    Continue ReadingScala – Options

    Scala – Tuple

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:3 Comments

    Scala tuple combines a fixed number of items together so that they can be passed around as a whole. Unlike an array or list, a tuple can hold objects with…

    Continue ReadingScala – Tuple

    Scala – Maps

    • Post author:S K S
    • Post published:October 21, 2021
    • Post category:Scala
    • Post comments:2 Comments

    Scala maps is a collection of key/value pairs. Any value can be retrieved based on its key. Keys are unique in the Map, but values need not be unique. Maps…

    Continue ReadingScala – Maps
    • 1
    • 2
    • 3
    • 4
    • 5
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP