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 J

    This author has written 1561 articles
    1. Home>
    2. S J>
    3. Page 40

    Scala Collections – Overview

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

    This topic is about Scala Collections - Overview. 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 – Overview

    Scala Collections Tutorial

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

    This topic is about Scala Collections Tutorial. Scala has a rich set of collection library. Scala Collections may be strict or lazy. Lazy collections have elements that may not consume…

    Continue ReadingScala Collections Tutorial

    Solidity – Error Handling

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Error Handling. Solidity provides various functions for error handling. Generally when an error occurs, the state is reverted back to its original state. Other…

    Continue ReadingSolidity – Error Handling

    Solidity – Events

    • Post author:S J
    • Post published:October 29, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Events. Event is an inheritable member of a contract. An event is emitted, it stores the arguments passed in transaction logs. These logs are…

    Continue ReadingSolidity – Events

    Solidity – For Loop

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:3 Comments

    This topic is about Solidity - For Loop. The for loop is the most compact form of looping. It includes the following three important parts − The loop initialization where we initialize our counter…

    Continue ReadingSolidity – For Loop

    Solidity – Assembly

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:5 Comments

    Solidity provides an option to use assembly language to write inline assembly within Solidity source code. We can also write a standalone assembly code which then be converted to bytecode.…

    Continue ReadingSolidity – Assembly

    Solidity – Libraries

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    this topic is about Solidity - Libraries. Libraries are similar to Contracts but are mainly intended for reuse. A Library contains functions which other contracts can call. Solidity have certain…

    Continue ReadingSolidity – Libraries

    Solidity – Interfaces

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:2 Comments

    This topic is about Solidity - Interfaces. Interfaces are similar to abstract contracts and are created using interface keyword. Following are the key characteristics of an interface. Interface can not have any…

    Continue ReadingSolidity – Interfaces

    Solidity – Abstract Contracts

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:2 Comments

    This topic is about Solidity - Abstract Contracts. Abstract Contract is one which contains at least one function without any implementation. Such a contract is used as a base contract.…

    Continue ReadingSolidity – Abstract Contracts

    Solidity – Constructors

    • Post author:S J
    • Post published:October 27, 2021
    • Post category:Solidity
    • Post comments:1 Comment

    This topic is about Solidity - Constructors. Constructor is a special function declared using constructor keyword. It is an optional funtion and is used to initialize state variables of a contract. Following…

    Continue ReadingSolidity – Constructors
    • Go to the previous page
    • 1
    • …
    • 37
    • 38
    • 39
    • 40
    • 41
    • 42
    • 43
    • …
    • 157
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP