Oracle has released version 1.0 of Project Helidon, an open-source collection of Java libraries to build microservices, with greater API stability than beta versions and support for the MicroProfile 1.2 spec. Helidon comes in two programming models: Helidon SE and Helidon MP.
Category: Home
What does SocketInputStream.socketRead0() API in Java do? – JAXenter
Is SocketInputStream.socketRead0() API in Java something that you need to be concerned about? In this article, Ram Lakshmanan offers some answers.
Java 12 String API Updates
Following the unexpected success of my previous article about Java 11 String API, time to have a look at new API methods coming to String…
Java Stream findFirst() vs findAny() API With Example – HowToDoInJava
Java Stream interface has two methods findFirst() and findAny(). Learn the difference between stream findFirst() vs findAny() methods in parallel streams.
Selenium WebDriver for Beginners using JAVA | Udemy
Learn Automation Using Selenium WebDriver – Free Course
10 Essential Tools Every Java Developers Should Know
Hello guys, we are already in the second month of 2019 and I am sure all of you have already made your goals about what to learn in 2019 an…
Pi Day – Celebrate Mathematics on March 14th
One Million Digits of Pi – Home Pi Day is celebrated on March 14th (3/14) around the world. Pi (Greek letter “π”) is the symbol us….
Next-level Kubernetes native Java framework – Quarkus brings Java on a subatomic level! – JAXenter
In response to the call for Java evolution, Red Hat announces Quarkus. Meet the Kubernetes native Java framework that brings Java on a subatomic level!
Java 8 Optional Example – isPresent(), OrElse() and get()
The Optional class in Java is one of many goodies we have got from the Java 8 release. If you use correctly, Optional can result in clean c…
Switch to Jakarta EE API dependencies where possible · spring-projects/spring-boot@d6a869f
Closes gh-16113Closes gh-16112Closes gh-16111Closes gh-15916Closes gh-15689
Here’s how to get by without Concurrent Mark Sweep – Coffee Talk: Java, News, Stories and Opinions
If your standby garbage collector option, Concurrent Mark Sweep, won’t work on future Java releases, here are some option to consider as an alternative.
Introduction to Algorithms and Data structures in C++
A step-by-step guide with solved problems. I’m teaching visually with lots of examples. – Free Course
Celebrating the Java 12 Launch – Shaping the Future of Java, Faster!
As you should already know, the Java SE Platform and the JDK have moved to a rapid, six-month release cadence, with Java 12 launching on March 19, 2019. Come celebrate this release with an overview of what’s new, and see a deeper dive on some of the new features such as switch expressions and the new GC enhancements. We’ll also take a peek at some of the features under development at OpenJDK for future releases and discuss when we might see them in production!Photo by Christopher Czermak on Unsplash
Top 5 Java testing tools – JAXenter
Testing is an integral part of the development process. We’re taking a look at 5 of our favorite open source Java testing tools for unit tests and more!