-
Java RMI Hello World example
RMI stands for Remote Method Invocation and it is the object-oriented equivalent of RPC (Remote Procedure Calls). RMI was designed to make the interaction between applications using the object-oriented model and run on different machines seem like that of stand-alone programs.
Date: 2019-08-17 View: 2021
-
Gradle JaCoCo Incompatible version 1006
A Gradle build + JaCoCo coverage report.
Date: 2019-08-17 View: 2454
-
How to use Gradle Wrapper
In this tutorial, we will show you how to create Gradle wrapper for your project and how to use it.
Date: 2019-08-17 View: 2454
-
Jenkins Could not find GradleWrapperMain
Create a Gradle project in Jenkins CI, source management with Git, and build with Gradle Wrapper
Date: 2019-08-17 View: 2636
-
Gradle Exclude commons-logging from Spring
Gradle example to exclude commons-logging from Spring frameworks.
Date: 2019-08-17 View: 3137
-
Java How to print an Array
In this article, we will show you a few ways to print a Java Array.
Date: 2019-08-17 View: 2446
-
Gradle Display test results in Console
By default, the test result will not display in the console.
Date: 2019-08-17 View: 2512
-
Gradle How to continue build if test is failed
By default, the Gradle build process will be stopped and failed if any unit test is failed.
Date: 2019-08-17 View: 2717
-
Java Mutable and Immutable Objects
This article shows you the difference between Mutable and Immutable objects in Java
Date: 2019-08-17 View: 1683
-
Debian Show apt-get package version
On Debian, you can use apt-cache policy 'package name' to check the package version.
Date: 2019-08-17 View: 1585
-
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: 1965
-
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: 2963
-
Java 8 StringJoiner example
In this article, we will show you a few StringJoiner examples to join String.
Date: 2019-08-17 View: 2491
-
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: 1698
-
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: 3160


