Revisiting Java in 2021 – Part 1

With many excellent languages to choose from on the JVM, where does Java itself fit in 2021? If you haven’t been keeping an eye on Java, what have you missed? Is Java still a viable, modern option when programming on the JVM? Read more

Similar

Java Long Class

Java.lang package provides a Long class which wraps a value of the primitive type long in an object. An object of type Long contains a single field whose type is long. (more…)

Read more »

A new ORM framework in Java

ObjectiveSQL is an ORM framework in Java based on ActiveRecord pattern, which encourages rapid development and clean, codes with the least and convention over configuration. - braisdom/ObjectiveSql... (more…)

Read more »