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
  • Java 11

    1. Home>
    2. Java 11

    Java 11 – Removed/Deprecated APIs

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

    This topic is about Java 11 - Removed/Deprecated APIs. Java 11 has removed selected deprecated APIs. Following is the list of removed APIs. Java EE and CORBA Following deprecated Java…

    Continue ReadingJava 11 – Removed/Deprecated APIs

    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
    • 1
    • 2
    • Go to the next page
    Copyright - OceanWP Theme by OceanWP