The For-Each Loop in Java
Starting in the 2000’s when computers started to get faster, a lot of languages added a new type of loop, that is faster to write for the developer, but often a little slower to run. However, because of the new found computer speed, it wasn’t deemed to be a major issue. That loop was called…