How to Support Returning Two Values in Java
Java only returns one value from a method, but sometimes we’d like it to return more than one values, in this article, let’s take a look at some tricks to achieve this.
Java only returns one value from a method, but sometimes we’d like it to return more than one values, in this article, let’s take a look at some tricks to achieve this.