Development, Java, Java 8Understanding Java’s Repeatable AnnotationsDo you use repeating annotations in your code? Here's an alternative approach that could make your annotations more compact and readable. uday.chauhanSeptember 7, 2022
Development, JavaJava Lambda ExpressionsThis post explores Oracle’s Java 8 specification for lambda expression , the syntax and use cases. Lambda expressions can be used as method arguments or to iterate, filter, and extract data from a collection.uday.chauhanAugust 15, 2022