Java standard collection types and when to use them
Here I go over some Java collection classes, sharing tips and experiences to help you decide which one to use.
Topics specific to the Java programming language
If you performed a search for “cognitive complexity” and stumbled upon this article, then you might be using Code Climate. Code Climate may have complained that the “cognitive complexity” of a certain method or class is too high and needs…
Java was my main programming language throughout high school and college, but by the time I graduated from college in 2013, the concept of Java streams did not yet exist. (We were still on Java 7.) I could write all…