How to convert a String to a Date in Java

05/10/2017 - How to convert a String to a Date in Java

How to generate a SHA1 hash from a String in Java

05/09/2017 - How to generate a SHA1 hash from a String in Java

How to sort a List in Java 8 using Lambda

05/03/2017 - How to sort a List in Java 8 using Lambda

How to skip Maven unit tests

04/28/2017 - How to skip Maven unit tests

Java 8 forEach example

04/27/2017 - Java 8 forEach example

How to filter a List with Lambda

04/26/2017 - How to filter a List with Lambda

How to render time in the maven format

04/21/2017 - How to render time in the maven format

How to convert a String to an int in Java

04/20/2017 - This example shows how to convert a String an an int in Java

How to set a project version in Maven

04/13/2017 - The project version can be set in a Maven pom.xml file, by calling maven with the version:set parameter. Call the following command: mvn versi...

How to get the last element of a List in Java

04/13/2017 - How to get the last element of a List in Java