• Home
  • About Us
  • Privacy Policy
  • Contact Us

BenchResources.Net

Java tutorial for beginners

  • Home
  • Java
    • Java 1.8 Features
    • Java 8 Date/Time
    • JSON/YAML/XML/JAXB
    • Java Basics
    • OOPS
    • String Handling
    • Exception Handling
    • Generics
    • Serialization
    • Collection
    • Concurrent Collection
    • JDBC
  • Spring
    • Spring Core
    • Spring AOP
    • Spring MVC
    • Spring JDBC
    • Spring ORM
    • Spring Security
  • Web Services
    • Apache CXF – REST
    • JBoss RestEasy
    • Jersey 2.x
    • Spring Restful
    • Apache Axis2 RI
    • Apache CXF – SOAP
    • Metro JAX-WS – SOAP
  • Tools
    • Apache Maven
    • Eclipse IDE
    • Eclipse + Maven
    • FileZilla FTP
  • Oracle SOA
    • Oracle SOA 12c
    • Interview Question on SOA
  • Cloud
    • AWS
    • Microsoft Azure
  • Android
  • Interview Q
  • Jobs

Tag: IntStream

No Image

Java 8 – How to Reverse a String in place ?

July 28, 2023 SJ 0

In this article, we will see how to reverse a String in place using traditional & Java 8 Stream approaches 1. Traditional approach : ReverseStringInPlace.java Read More

No Image

Java 8 – Find duplicate count from Integer arrays ?

July 13, 2023 SJ 0

In this article, we will discuss how to find the desired result from the Integer[] arrays for the problem statement given below 1. Problem statement Read More

No Image

Java 8 – How to convert Roman letter/numbers to Integer ?

September 25, 2022 SJ 0

In this article, we will learn how to convert Roman letters (I, II, III, IV, V, VI, etc.,) into Integer (1, 2, 3, 4, 5, Read More

No Image

Java 8 – Find Shortest String in an Arrays or List or Stream ?

July 3, 2022 SJ 0

In this article, we will discuss how to find shortest String in an Arrays and List using Java 1.8 version 1. Finding Shortest String in List or ArrayList : We will find Shortest String in Read More

No Image

Java 8 – Find Longest String in an Arrays or List or Stream ?

July 2, 2022 SJ 0

In this article, we will discuss how to find longest String in an Arrays and List using Java 1.8 version 1. Finding Longest String in List or ArrayList : We will find Longest String in Read More

No Image

Java 8 – Remove input-ted Character from a given String

May 31, 2022 SJ 0

In this article, we will discuss how to remove specific character from a given String using different approaches Remove Character from a given String : Read More

No Image

Java 8 – Find Smallest number in an Arrays or List or Stream ?

May 28, 2022 SJ 0

In this article, we will discuss how to find smallest number in an Arrays and List using Java 1.8 version In one of the previous Read More

No Image

Java 8 – Find Largest number in an Arrays or List or Stream ?

May 28, 2022 SJ 0

In this article, we will discuss how to find largest number in an Arrays and List using Java 1.8 version In one of the previous Read More

No Image

Java 8 – How to check whether given String contains Alphanumeric ?

May 26, 2022 SJ 0

In this article, we will discuss how to check whether the given String contains only Alphanumeric characters using Java 8 Stream 1. Check String contains Read More

No Image

Java 8 – How to check whether given String contains only Digits ?

May 26, 2022 SJ 0

In this article, we will discuss how to check whether the given String contains only Digits using Java 8 Stream 1. Check String contains only Read More

No Image

Java 8 – How to check whether given String contains only Alphabets or Letters ?

May 26, 2022 SJ 0

In this article, we will discuss how to check whether the given String contains only Alphabets or Letters using Java 8 Stream 1. Check String Read More

No Image

Java 8 – Count and print number of Vowels and Consonants in a String

May 25, 2022 SJ 0

In this article, we will learn how to count number of vowels and consonants in a String ignoring space characters Count Vowels and Consonants : Read More

No Image

Java 8 – Find sum and average of a List or ArrayList ?

May 11, 2022 SJ 0

In this article, we will discuss how to calculate sum and average of a List or ArrayList in Java 8 1. Java 8 – Find Read More

No Image

Java 8 – How to calculate sum and average of an Arrays ?

May 10, 2022 SJ 0

In this article, we will discuss how to calculate sum and average of an Arrays in Java 8 1. Java 8 – Find sum and Read More

No Image

Java 8 – Stream flatMapToInt() method

September 20, 2021 SJ 0

In this article, we will discuss Stream’s flatMapToInt() method in detail with examples and explanation 1. Stream flatMapToInt() method : This Stream method is an Read More

No Image

Java 8 – Stream mapToInt() method

September 17, 2021 SJ 0

In this article, we will discuss Stream’s mapToInt() method in detail with examples and explanation 1. Stream mapToInt() method : This Stream method is an Read More

No Image

Java 8 – Stream reduce() method with examples

September 15, 2021 SJ 0

In this article, we will discuss Stream’s reduce() method in detail with examples 1. Stream reduce() method : This Stream method is a terminal operation Read More

No Image

Java 8 – Stream to Array conversion using toArray() method

September 10, 2021 SJ 0

In this article, we will discuss Stream’s toArray() method in detail with examples 1. Stream toArray() method : This Stream method is a terminal operation Read More

Search tutorials

Subscribe via Email

Join 236 other subscribers




Proudly powered by Tuto WordPress theme from MH Themes