News

Java arrays - a brief tutorial In Java an array is a way of storing multiple items of the same type. In this quick tutorial we introduce you to the very basics.
Java records are a new language feature that reduces verbosity and enables optimized runtime performance. This Java records tutorial shows how they work.