How to get network interfaces in Java

  • 05 March 2018
  • ADM

How to get network interfaces in Java using NetworkInterface class.


How to kill a process from the command line in Window

  • 05 March 2018
  • ADM

How to kill a process from the command line in Window using tasklist and taskkill command.


Java 8 Streams filter examples

  • 06 July 2017
  • ADM

Java 8 Streams filter examples. Simple examples comparing the classic approach pre-Java 8 and using the new Java 8 functionalities.


Java 8 forEach examples

  • 07 February 2017
  • ADM

Java 8 forEach examples. Map and list loop using lambda, method reference, stream and filter.