We had an opportunity to talk with James Gosling, a Canadian computer scientist, best known as the father of the Java programming language, and get his insight into the languages, features, and solutions that we use every day. (more…)
Read more »
Cacheonix is an Open Source Java cache that helps developers to scale applications horizontally by providing a highly concurrent local cache and a strictly consistent distributed cache. (more…)
Read more »
Recently someone asked me what I would recommend them to do in order to become a backend Java engineer. Keep in mind that this advice is bas... (more…)
Read more »
Splitting a Strings is common operation. This short tutorial will show some of the ways to complete is operation. (more…)
Read more »
The arrays we used so far were uniform series arrays, where all the array elements stay in a simple list, like in a
column. This is the structure of one-dimensional array, where all elements fit
in one list (life is very simple). But sometimes, you may ne... (more…)
Read more »