Quantcast
Channel: Informatech CR Blog » jdk
Browsing latest articles
Browse All 3 View Live

Image may be NSFW.
Clik here to view.

Java Infinite Streams

The following examples make extensive use of the new features in Java 8 to implement the concept of a stream: a classical data structure similar to a list that uses lazy evaluation. This is not exactly...

View Article



Image may be NSFW.
Clik here to view.

Getting Rid of Boilerplate Code with Java Lambda Expressions

As I have mentioned in a previous post, there is nothing we can do with lambda expressions that we could not do without them. Basically because we can implement a similar idiom in Java using anonymous...

View Article

Image may be NSFW.
Clik here to view.

Java Lambda Expressions Basics

What is a Lambda Expression? A lambda expression represents an anonymous function. It comprises of a set of parameters, a lambda operator (->) and a function body. The following are examples of Java...

View Article
Browsing latest articles
Browse All 3 View Live




Latest Images