CATEGORY

JAVA

Java Predicate Explained [Practical Examples]

Java predicate function is a pre-defined user interface. Predicate is a function that returns a boolean value. And the function test(T t) evaluates the …

By azkaiftikhar · 7 min read · JAVA

Java ListIterator Explained [Practical Examples]

In this article, we will discuss how we can traverse forward through a list and traverse backward through a list using java ListIterator. This iterator is one …

By azkaiftikhar · 7 min read · JAVA