#java
Read more stories on Hashnode
Articles with this tag
ArrayList The ArrayList class in Java is part of the Java Collections Framework and provides a dynamic array-based implementation of the List...
Consumer The Consumer<T> interface in the java.util.function package is a functional interface that represents an operation that takes a single input...
Design Pattern Design patterns are general reusable solutions to common problems that occur during software development. They represent best practices...
Object-Oriented Programming (OOP): Principles of OOP: Inheritance, Encapsulation, Polymorphism, and Abstraction. Concepts like classes and...
Let's briefly go through some of the key features introduced in Java versions 12, 13, 14, 15, and 16, along with examples where applicable. Java...
Java 11 introduced several features and enhancements. Here's a list of some notable features along with examples: Local-Variable Syntax for Lambda...