Basic for Array [Java]


In this article, I would like to share some tips of Array class in Java.

🚌 Array => List

To convert array to a list is as follows:

int[] array = {1, 2, 3};
List list = Arrays.asList(array);

🗻 Special Thanks

🖥 Recommended VPS Service

VULTR provides high performance cloud compute environment for you. Vultr has 15 data-centers strategically placed around the globe, you can use a VPS with 512 MB memory for just $ 2.5 / month ($ 0.004 / hour). In addition, Vultr is up to 4 times faster than the competition, so please check it => Check Benchmark Results!!