Category: Java

How to replace for loop with stream java

How to replace for loop with stream java

What you will learn here about java stream How to replace for loop with stream java Here we will see how to replace for loop with java stream API. In java we can replace...

Find min and max number in list

Find min and max number in list

What you will learn here about java Find minimum number in list using java Find maximum number in list using java In java its very easy to find min and max number from list...

intellij set default shorten command line

intellij set default shorten command line

What you will learn here about intellij intellij set default shorten command line What you will learn here about intellij, how to set default shorten command line path for intellij new and old versions...

What is downcasting in java

What is downcasting in java

What you will learn here about java downcasting What is downcasting in java Downcasting is one of the important concept in java. So here we are going to see what is downcasting in java....

Java sort list by property of object

Java sort list by property of object

What you will learn here java String property sorting Java sort list by property of object Here we will see how to sort String property of class. Please follow the following steps to know...

How to handle custom exception in java

How to handle custom exception in java

What you will learn here about exception in java How to handle custom exception in java Please click on following link to download sample project of custom exception handing in java. How to handle...

How to sort list in java

How to sort list in java

What you will learn here about Sorting in java How to sort list in java or how to sort arraylist in java How to sort list in descending order in java How to sort...