Java Articles

Multiple ways to generate random number within range using Java

Java – Multiple ways to Generate Random Number within a Range

In  this tutorial, we will see "Several ways to generate a random number within range using Java?" generate random number within range in java Java 1st method:...
Find two numbers in array whose sum closest to zero using Java

Java – How to find the two numbers in an array whose sum is closest to zero?

In  this tutorial, we will see "How to find two numbers in an array whose sum is closest to zero using Java?"find first non repeated character in a string using Java 8 [bctt tweet="Find the two numbers in an array whose sum is closest to zero in Java..!!!"...
Find First Non-Repeated Character in a String using Java 8 Streams

Java 8 – How to find the First Non-Repeated Character in a String?

In  this tutorial, we will see "How to find the first non-repeated character in a string using Java 8?"find first non repeated character in a string using Java 8 ...
Find common elements of two arrays using Java 8 streams

Java 8 – How to find common elements in two arrays using Streams?

In  this tutorial, we will see "How to find common elements of two arrays using Java 8 Streams?"find common elements of two arrays using Java 8 Stream [crayon-6605bb2dcc8cd883494423/]  ...