Skip to content

Tag Archives: Java-Functional Programming

The ICFP Programming Competition is an international programming competition that has been held in June or July every year since 1998. The results were presented… Read More
Given a string S of length N, the task is to find the SHA-512 Hash Value of the given string S. Examples: Input: S =… Read More
API is an acronym for Application Programming Interface, which is software and the java streams work on a data source. Consider a stream like a… Read More
So far Java was supporting the imperative style of programming and object-oriented style of programming. The next big thing what java has been added is… Read More
The LongUnaryOperator Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
The IntUnaryOperator Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
The DoubleUnaryOperator Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
The UnaryOperator Interface<T> is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
The ObjLongConsumer Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
The ObjIntConsumer Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
The ObjDoubleConsumer Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
The LongConsumer Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More
The IntConsumer Interface is a part of the java.util.function package which has been introduced since Java 8, to implement functional programming in Java. It represents… Read More

Start Your Coding Journey Now!