Java 8 examples to create infinite stream of data/elements. We will use Stream.generate() and Stream.iterate() methods to get the infinite streams.
Category: Articles
How to sort an Array in descending order in Java – Example
Sorting an array is one of the common tasks in Programming and you have many algorithms to sort an array like QuickSort , MergeSort which …
Q&A with Heather VanCura, Chair of the Java Community Process — ADTmag
John revisits Heather VanCura, chair of the Java Community Process, to find out how the language and platform standards organization keeps up with all of the unprecedented changes lately in the Java community. Constant communication helps, she says.
Devnexus 2019 : kotlin, micronaut, security and kubernetes | Anthony Dahanne’s blog
Just got back from DevNexus 2019 (March 6th – 8th in Atlanta, GA) and the title I chose sum up the most frequent themes of this edition ! Security Workshop
The best new features in the Java programming language: Reasons to upgrade from Java 8
The most useful new language features in Java 9, 10, 11 and 12.
Kenji Hasunuma’s talks from KanJava
This post features several talks from Kenji Hasunuma presented at a KanJava event. Including: Jakarta EE, MicroProfile and the Payara Platform release.
Top 20 String Algorithm Questions from Coding Interviews
In this article, we are going to see top 20 String based coding interview question and their solution to help programmers better prepare fo…
Java 8 Map Function Examples
The map is a well known functional programming concept which is incorporated into Java 8. Map is a function defined in java.util.stream.St…
JavaFX – Gluon
Long Term Support JavaFX 11 is the first long term support release of JavaFX by Gluon. For commercial, long term support of JavaFX 11, please review our JavaFX Long Term Support options. The JavaFX 11 runtime is available as a platform-specific SDK, as a number of jmods, and as a set of artifacts in maven …
Top 5 Course to Learn Apache Maven for Java Developers – DZone Java
In this post, we explore the top posts for learning Apache Maven, learning how to build projects, manage dependencies, generate documentation, and more.
Java Stream anyMatch() API – HowToDoInJava
Java Stream anyMatch (Predicate predicate) is used to check if the stream contains any matching element with provided predicate. Stream.anyMatch() example.
Quarking Drools: How we turned a 13-year-old Java project into a first-class serverless component – Red Hat Developer Blog
Updating Drools, the world’s most popular open source rule engine, to make it part of the cloud and serverless revolution.
Java 8 Functional Programming: Lambda Expressions Quickly
Get up and running with Java lambdas confidently – in conceptual, practical and intuitive manner – in 30 minutes – Free Course
Meet Spincast – A flexible Java web framework – JAXenter
Sometimes, all you need is a simple tool that gets the job done. Spincast was created exactly for that! Let’s have a closer look at this framework.
Java 12 String API Updates – DZone Java
This post explores the newest feature updates to string APIs in Java 12, String#indent(int), String#transform(function), String#describeConstable, and more.