Sachin Handiekar
Sachin Handiekar's Blog

Sachin Handiekar's Blog

Follow

Java 8 - Comparator Example

Jun 1, 20191 min read

A code example showing the use of Comparator in Java 8 using Comparator.comparing method. public class Student { private String name; private...

Java 8 - Comparator Example
Java 9 : Immutable Collections using of() and copyOf()
JVMTI – Get System Properties
Enable Access Logs in jBoss Portal / EAP 6
Simple JVMTI Agent – Windows / MinGW
Conditionally ignoring tests in JUnit