Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in /home/sites/javaeasily.com/public_html/wp-content/plugins/wp-markdown/markdownify/markdownify.php on line 299
javaeasily – Page 5 – Java Easily
You are here:Home-Tag: javaeasily

How to Refactor a Lambda Expression by Adapting an Existing Functional Interface

This video shows how to do a basic refactoring of a lambda expression.

By |2023-07-21T17:33:34+00:00July 28th, 2020|Categories: Videos, YouTube|Tags: , , , , |Comments Off on How to Refactor a Lambda Expression by Adapting an Existing Functional Interface

How to Create a Project which uses JUnit and Mockito

This video shows how to create a project which uses JUnit and Mockito - Java's number one testing library combination.

By |2023-07-21T17:37:08+00:00July 28th, 2020|Categories: Videos, YouTube|Tags: , , , , , |Comments Off on How to Create a Project which uses JUnit and Mockito