Two Overlooked Uses of Enums in Java

Enums in Java are commonly used to represent a fixed set of constants. However, they offer more versatility than often realized. In this ar… Read more

Similar

Get the Mean of an Array in Java

The challenge It’s the academic year’s end, fateful moment of your school report. The averages must be calculated. All the students come to you and entreat you to calculate their average for them. Easy ! You just need to write a script. Return the average... (more…)

Read more »

What’s new in Java 12, 13 and 14

The release cycle of Java has changed quite dramatically recently, meaning we're getting new features at a more rapid pace than earlier. If you still hadn't had the time to read up on what's been going on the last releases, look no further! (more…)

Read more »