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
  • Author: S K S

    This author has written 1787 articles
    1. Home>
    2. S K S>
    3. Page 49

    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

    Scala – Sets

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

    Scala Sets is a collection of pairwise different elements of the same type. In other words, a Set is a collection that contains no duplicate elements. There are two kinds…

    Continue ReadingScala – Sets

    Scala – Lists

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

    Scala Lists are quite similar to arrays which means, all the elements of a list have the same type but there are two important differences. First, lists are immutable, which…

    Continue ReadingScala – Lists

    Scala – Collections

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

    In this guide, we will discuss Scala Collections. Scala has a rich set of collection library. Collections are containers of things. Those containers can be sequenced, linear sets of items…

    Continue ReadingScala – Collections

    Scala – Arrays

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

    In this guide, we will discuss Scala Arrays. Scala provides a data structure, the array, which stores a fixed-size sequential collection of elements of the same type. An array is used…

    Continue ReadingScala – Arrays

    Scala – Strings

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

    This chapter takes you through the Scala Strings. In Scala, as in Java, a string is an immutable object, that is, an object that cannot be modified. On the other…

    Continue ReadingScala – Strings
    • Go to the previous page
    • 1
    • …
    • 46
    • 47
    • 48
    • 49
    • 50
    • 51
    • 52
    • …
    • 179
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP