From Java 11 its time to think beyond Oracle’s JDK. Time to appreciate the depth of the ecosystem built on OpenJDK. Here are some of the ke…
12 Essential Apache Web Server Interview Questions Answers – Java & Linux
The Apache HTTP Server, also known as httpd , has been the most popular web server on the Internet since April of 1996. It is both free and…
Is JDK 11 migration a given, due to planned long-term support? – JAXenter
The 3rd part of our Java influencers interview series is all about the importance of Java 11 & if it can convince developers that it’s “safe” to drop Java 8
Implementing a Sliding Window Stream/Spliterator in Java
In this article, we’ll see how to implement a custom sliding window Stream/Spliterator in Java. Does the world need another way of implementing a sliding window…
[MEGA DEAL] Complete Java Programming Bootcamp (94% off)
10 Courses (83.5 Hours) to Become a Java Master: Design UIs with JavaFX, Utilize Design Patterns, Ma…
Java Magazine, July/August 2017
View the digital edition of Java Magazine: July/August 2017.
How the MicroProfile Community Will Shape Jakarta EE – DZone Java
See how the MicroProfile community stands today, what its relationship has been with Java EE and what Jakarta EE stands to gain as development pushes forward.
Java Weekly, Issue 242 | Baeldung
Some great writeups on Spring Boot, distributed systems, and cloud services, including a clever methodology for protecting cloud API credentials. A good week.
Java Magazine, Sept/Oct 2017
View the digital edition of Java Magazine: September/October 2017.
QRebel – Shift performance management left
QRebel helps development teams find, diagnose, and fix application performance issues early in the continuous delivery pipeline. By checking each build for performance regressions during test runs, QRebel uncovers problems before they impact user experience.
Why Is Java Great? – DZone Java
This post looks at the most useful aspects of Java, including its platform independence, object orientation, and APIs, making it the most universal language.
20 Java and Programming Quotes to Motivate Yourself
I always have a strong interest in knowing great peoples of my field like software development and programming. Knowing about them, followi…
“Asity is the most suitable toolkit to support server-side Java” – JAXenter
Interview alert: “Asity is the most suitable toolkit to support server-side Java, a lightweight abstraction layer for various web frameworks on the JVM.”
Eclipse Java IDE for programmers | Udemy
Make your way trough the most popular Java IDE – Free Course
Reverse string in Java using recursion – HowToDoInJava
In this post, we will see a Java program to reverse a string using recursion. Also learn to reverse string without recursion as well. Read More: Reverse words in a string in Java 1. Reverse a sentence in Java using recursion To reverse a string by characters, we can write a recursive function which will …