Java
Java record class is the new language construct introduced into java language to provide succinct way to create types that carry immutable data. record classes are a special
Read More
Java
Java21 introduced Sequenced collections to improve the collections framework usability. Until Java21, the general way to get the first and last element of a list looks like the
Read More