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
  • Get data the way you want

    Scala Collections – DropWhile Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - DropWhile Method. dropWhile() method is method used by List to drop all elements which satisfies a given condition. Syntax The following is the…

    Continue ReadingScala Collections – DropWhile Method

    Ext.js – Accessibility

    • Post author:SUBHA S
    • Post published:October 29, 2021
    • Post category:Ext.js
    • Post comments:1 Comment

    In general accessibility means availability, the content Ext.js - Accessibility is accessible means the content is available. In software terms, the application is accessible means the application is available for…

    Continue ReadingExt.js – Accessibility

    Scala Collections – Drop Method

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Drop Method. drop() method is method used by List to select all elements except first n elements of the list. Syntax The following…

    Continue ReadingScala Collections – Drop Method

    Scala Collections – Stream

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Stream. Scala Stream is special list with lazy evaluation feature. In scala stream, elements are evaluated only when they are needed. Stream supports…

    Continue ReadingScala Collections – Stream

    Scala Collections – Stack

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Stack. Stack is Last In First Out, LIFO data structure and allows to insert and retrieve element at top, in LIFO manner. Declaring…

    Continue ReadingScala Collections – Stack

    Scala Collections – Seq

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Seq. Scala Seq is a trait to represent immutable sequences. This structure provides index based access and various utility methods to find elements,…

    Continue ReadingScala Collections – Seq

    Scala Collections – Tuple

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Tuple. Scala tuple combines a fixed number of items together so that they can be passed around as a whole. Unlike an array…

    Continue ReadingScala Collections – Tuple

    Scala Collections – Queue

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Queue. Queue is First In First Out, FIFO data structure and allows to insert and retrieve elements in FIFO manner. Declaring Queue Variables…

    Continue ReadingScala Collections – Queue

    Scala Collections – Option

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Option. Scala Option[ 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…

    Continue ReadingScala Collections – Option

    Scala Collections – Iterator

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Scala Collections
    • Post comments:0 Comments

    This topic is about Scala Collections - Iterator. An iterator is not a collection, but rather a way to access the elements of a collection one by one. The two…

    Continue ReadingScala Collections – Iterator
    • Go to the previous page
    • 1
    • …
    • 139
    • 140
    • 141
    • 142
    • 143
    • 144
    • 145
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP