-
Gradle How to exclude some tests
In this tutorial, we will show you a few examples to exclude some tests in Gradle. Review the following two unit test classes
Date: 2019-08-17 View: 2241
-
Java How to join Arrays
In this article, we will show you a few ways to join a Java Array.
Date: 2019-08-17 View: 3229
-
Java 8 StringJoiner example
In this article, we will show you a few StringJoiner examples to join String.
Date: 2019-08-17 View: 2751
-
Python How to join two list
In Python, you can simply join two list with a plus + symbol like this:
Date: 2019-08-17 View: 1917
-
Java 8 Streams filter examples
In this tutorial, we will show you few Java 8 examples to demonstrate the use of Streams filter(), collect(), findAny() and orElse()
Date: 2019-08-17 View: 3439
-
Logback Disable logging in Unit Test
While the unit test is running in the IDE, the Logback is showing a lot of configuration or status like this :
Date: 2019-08-17 View: 2541
-
Java 8 Filter a Map examples
Few Java examples to show you how to filter a Map with Java 8 stream API.
Date: 2019-08-17 View: 3654
-
How to read and write Java object to a file
Java object Serialization is an API provided by Java Library stack as a means to serialize Java objects. Serialization is a process to convert objects into a writable byte stream. Once converted into a byte-stream, these objects can be written to a file. The reverse process of this is called de-serialization.
Date: 2019-08-17 View: 2202
-
Java Swing JFileChooser example
JFileChooser is a quick and easy way to prompt the user to choose a file or a file saving location. Below are some simple examples of how to use this class.
Date: 2019-08-17 View: 2131
-
Java Compare Enum value
In Java, you can use == operator to compare Enum value.
Date: 2019-08-17 View: 4053
-
Java builder design pattern example
A complete Java builder pattern example.
Date: 2019-08-17 View: 2219
-
Java 8 Convert List to Map
Few Java 8 examples to show you how to convert a List of objects into a Map, and how to handle the duplicated keys.
Date: 2019-08-17 View: 3057
-
Java How to override equals and hashCode
Some Java examples to show you how to override equals and hashCode.
Date: 2019-08-17 View: 1808
-
Windows 10 Edit Hosts file
In this tutorial, we will show you how to add a mapping of IP addresses to host names in the Windows Hosts file.
Date: 2019-08-17 View: 2614
-
Java 8 – Stream Collectors groupingBy examples
In this article, we will show you how to use Java 8 Stream Collectors to group by, count, sum and sort a List.
Date: 2019-08-17 View: 3372


