Articles by Tag #java8

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

Java-8 (The Biggest Transformation)

Java 8 is the update that completely changed how Java developers write code. It took Java from...

Learn More 11 2Dec 17 '25

Part-4 Functional Interface(Supplier)

Supplier: A functional interface in java.util.function. Represents a value provider: it returns a...

Learn More 7 0Mar 3

Java 8 Features

Lambda Expression:()-> It is a way to write method in short way and create anonymous...

Learn More 6 2Jul 5 '25

Java-8 (Using lambdas with collections)

Why Collection In Lambda? most of collections are used for store the data. In java8 gives a...

Learn More 13 0Jan 19

Part-4 Functional Interface(Function)

Function: A functional interface in java.util.function. Represents a transformation: takes an input...

Learn More 6 0Mar 3

Part-2 Why Functional Interfaces Matter in Java 8(Predicate)

Now we will discussed about the part2 of Functional Interface. 1.Predicate: A Predicate is a...

Learn More 10 0Jan 21

Why Functional Interfaces Matter in Java 8(Part-1:MethodReference)

A functional interface in Java is an interface that has only one abstract method, making it suitable...

Learn More 9 0Jan 20

Part-3 Functional Interface (Consumer)

Consumer: Consumer is an interface in java. A functional interface in...

Learn More 6 0Mar 3

Java NullPointers: 1 Simple Trick to BANISH Them Forever!

Hey Java Devs, tired of that pesky NullPointerException popping up at the worst possible moments? You...

Learn More 0 0Aug 8 '25

How to Filter a Collection Using Streams in Java?

Java 8 introduced the Stream API, which allows for functional-style operations on collections. One...

Learn More 0 0Jun 9 '25

STOP Using Optional WRONG! The #1 Java Error Destroying Your Code!

Alright, let's talk about Java's Optional. It was introduced in Java 8 as a seemingly magical...

Learn More 0 0Aug 8 '25

Enabling SOAP Request and Response Logging in JBoss EAP 7

Logging SOAP request and response messages in JBoss EAP 7 can help with debugging and monitoring....

Learn More 0 0Mar 11 '25

Java Optional: The Hidden Mistake Still Causing NPEs In Your Code!

Java's Optional type arrived in Java 8 like a superhero, promising to rescue us from the dreaded...

Learn More 0 0Sep 6 '25

java8

A post by heimanba1

Learn More 0 0Apr 17 '25

Java's Optional: The Hidden Trap That's Secretly Destroying Your Production Code!

Hey there, Java developer! Ever felt that little chill down your spine when you see a...

Learn More 0 0Aug 14 '25