VOOZH about

URL: https://www.javacodegeeks.com/author/venkatesh-nukala/page/2

⇱ Venkatesh Nukala, Author at Java Code Geeks - Page 2 of 7


  • Core Java👁 Image
    Venkatesh NukalaJuly 7th, 2021
    2 43,304

    Java 8 Streams Filter With Multiple Conditions Examples

    A quick guide to java 8 streams filtering concept with multiple conditions. This demonstrates how to use filter() in a…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaJuly 6th, 2021
    0 892

    Java – How to Convert Java Array to Iterable?

    A quick guide to convert an array to iterable in java using Stream api with examples programs in two ways.…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaJuly 5th, 2021
    0 11,523

    Java 8 – Converting a List to String with Examples

    A quick guide to convert List to String in java using different methods and apache commons api with examples. 1.…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaJune 19th, 2021
    2 5,554

    Java 8 IntStream With Working Examples

    A quick guide to understand primitive int representation of Stream as interface IntStream to support integer operations and with the…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaJune 18th, 2021
    0 1,246

    Java Convert File Contents to String

    A quick guide on how to convert the file contents to String using Java Files api and with example programs.…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaJune 13th, 2021
    0 1,722

    Java Spark RDD reduce() Examples – sum, min and max operations

    A quick guide to explore the Spark RDD reduce() method in java programming to find sum, min and max values…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaMay 3rd, 2021
    0 5,091

    Java 8 Parallel Streams – Custom Thread Pools Examples

    A brief intro to custom thread pools and their use in Java 8 parallel streams. Examples on how to use…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaMay 2nd, 2021
    1 64,698

    Java 8 Streams – Group By Multiple Fields with Collectors.groupingBy()

    A guide to group by two or more fields in java 8 streams api. Examples to grouping List by two…

    Read More »
  • Core Java👁 Image
    Venkatesh NukalaMay 1st, 2021
    0 2,033

    Java 8 – How To Read A File?

    A quick guide on how to read the file in older java and new JDK 8 version with example programs.…

    Read More »
  • «
  • 1
  • 2
  • 3
  • 4
  • 5
  • »
  • ...
  • Last
Back to top button
Close