Of course not all of it, but history showed that Stream API featured a few interesting bugs/deficiencies that can affect anyone still residing on JDK8…
Category: Articles
Does Spring Certification helps in Job and Career? 5 Reasons to Become a Certified Spring Developer
One of the frequently asked question among Java and Spring developer is whether Spring certification is valuable? or does Spring Certificat…
Monitoring Java applications with Prometheus and Grafana: Part 3 | Rogue Wave CodeBuzz
Data-gathering and visualization is great, but to truly protect your application and assets, you need a way to alert your teams when something goes wrong.
Java Annotated Monthly – April 2019 | IntelliJ IDEA Blog
OpenJDK Life Cycle and Support Policy – understand OpenJDK life cycles and Red Hat’s support for OpenJDK Alibaba dragonwell8 Open….
Create, debug, and deploy Java & Python applications with AWS Toolkit for IntelliJ – JAXenter
The AWS Toolkit for IntelliJ was announced about a year ago at re:Invent and the GA is finally here. Today we take a look at its features.
A simple Java Supplier interface example for those new to functional programming – Coffee Talk: Java, News, Stories and Opinions
Interested in functional programming in Java? Here is a simple Java Supplier interface example to help you learn the fundamentals and determine when this interface will make sense in your Java code.
Adaptive Spinning
This is blog 5 in the OpenJ9 locking/synchronization series (blog 1). This blog covers OpenJ9’s adaptive spinning strategy which dynamically enables/disables lock spinning using heuristics in…
Top 5 Free Spring Core Professional Certification Mock Exams and Practice Questions
Many Java developers don’t know that similar to Oracle’s Java certification , there is also a Spring certification program, which certifies…
These are the best free courses to help you learn Java 8 and Java 9
After the introduction of the six-month release cycle on Java 10, it’s very difficult to keep up with the latest changes in every Java…
How do you find length of a Singly Linked list using Loop and Recursion
Hello guys, here is one of the classical programming questions how do you find the length of a linked list using recursion and without recu…
Java Casting: Java 11 throws LambdaConversionException while 1.8 does not
the following code works perfectly fine in a Java 1.8 VM but produces a LambdaConversionException when executed in a Java 11 VM. Wheres the difference and why does it behave like this?Code:public
An Update on JetBrains and the Java Community Process
JetBrains has been on the Java Community Process (JCP) Executive Committee (EC) for nearly two years, having been re-elected in November 2018. We want to take a minute to summarize a little of what…
The Central Security Project: Vulnerability Reporting for Open Source Java – The New Stack
When a security researcher finds a security bug, what do they do? Unfortunately, the answer sometimes is they search for the appropriate people to notify and, when they can’t be found, end up posting the vulnerability to public email lists, the GitHub project, or even Twitter. This is the problem that security platform HackerOne and …
A simple JITaaS demo on Docker containers
JIT as a Service (JITaaS) is a fascinating feature that is being developed for the OpenJ9 JVM. The design separates the JIT compilation process from the JVM, enabling distributed JIT compilation, w…