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

    Java 11 – Nested Based Access

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:1 Comment

    This topic is about Java 11 - Nested Based Access. Java 11 introduced a concept of nested class where we can declare a class within a class. This nesting of…

    Continue ReadingJava 11 – Nested Based Access

    Java 11 – Var in Lambda

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:1 Comment

    This topic is about Java 11 - Var in Lambda. Java 11 allows to use var in a lambda expression and it can be used to apply modifiers to local…

    Continue ReadingJava 11 – Var in Lambda

    Java 11 – Not Predicate

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:1 Comment

    This topic is about Java 11 - Not Predicate. Java 11 introduced new method to Predicate interface as not() to negate an existing predicate similar to negate method. Consider the…

    Continue ReadingJava 11 – Not Predicate

    Java 11 – Optional Class

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:0 Comments

    This topic is about Java 11 - Optional Class. Java 11 introduced new method to Optional class as isEmpty() to check if value is present. isEmpty() returns false if value…

    Continue ReadingJava 11 – Optional Class

    Java 11 – File APIs

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:1 Comment

    This topic is about Java 11 - File APIs. Java 11 introduced an easy way to read and write files by providing new overloaded methods without writing much boiler plate…

    Continue ReadingJava 11 – File APIs

    Java 11 – Compile free Launch

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:1 Comment

    This topic is about Java 11 - Compile free Launch. Java 11 onwards, now a single java file can be tested easily without compiling as well. Consider the following example…

    Continue ReadingJava 11 – Compile free Launch

    Java 11 – Collections to Array

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:2 Comments

    This topic is about Java 11 - Collections to Array. Java 11 introduced an easy way to convert a collection to an array. Old Way nameArray = nameList.toArray(new String[nameList.size()]); New…

    Continue ReadingJava 11 – Collections to Array

    Java 11 – String API

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:1 Comment

    This topic is about Java 11 - String API. Java 11 introduced multiple enhancements to String. String.repeat(int) − Repeats a string given number of times. Returns the concatenated string.String.isBlank() − Checks if…

    Continue ReadingJava 11 – String API

    Java 11 – Standard HttpClient

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:1 Comment

    This topic is about Java 11 - Standard HttpClient. An enhanced HttpClient API was introduced in Java 9 as an experimental feature. With Java 11, now HttpClient is a standard.…

    Continue ReadingJava 11 – Standard HttpClient

    Java 11 – Environment Setup

    • Post author:S J
    • Post published:December 8, 2021
    • Post category:Java 11
    • Post comments:1 Comment

    This topic is about Java 11 - Environment Setup. Live Demo Option Online We have set up the Java Programming environment online, so that you can compile and execute all…

    Continue ReadingJava 11 – Environment Setup
    • Go to the previous page
    • 1
    • …
    • 57
    • 58
    • 59
    • 60
    • 61
    • 62
    • 63
    • …
    • 739
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP