There has been concern recently that Java developers will inadvertently use the wrong Oracle-provide…
Category: Articles
Java Switch Statement | Baeldung
A detailed tutorial about the Switch statement in Java and its evolution over time.
ZK Web Testing with TestCafe
The ZK Blog provides useful information on ZK and all of ZK products, such as ZK Calendar, ZK Studio and ZK Mobile!
Layered Architecture Up and Running just in 5 minutes:: Spring Boot Part 1
This is a two-part series where I will show how to create a Layered architecture with Spring Boot….
Why does a Java class compile differently with a blank line?
I have the following Java classpublic class HelloWorld { public static void main(String []args) { }}When I compile this file and run a sha256 on the resulting class file I get
Microservices for Java Developers: Monoglot or Polyglot?
1. IntroductionAlong the previous parts of the tutorial we have talked quite a lot about the benef…
Anatomy of Apache Spark Job
Apache Spark is general purpose large scale data processing framework. Understanding how spark exec…
Refactor Java using inheritance between subclass and superclass
I would like to refactor some code that currently consists of a superclass and two subclasses.These are my classes:public class Animal { int a; int b; int c;}public class Dog ext…
Java 8 Display all ZoneId and its UTC offset Example
In this article we will see how to display all ZoneId and its UTC offset. A ZoneId is used to identi…
Instrumenting Porcupine With Prometheus & Grafana
Adam Bien’s Porcupine library makes it easy to configure dedicated executor services that act as app…
Does your software smell? Write better code with DesignateJava – JAXenter
Looking to reduce your technical debt? Designate Java detects design smells that impact your software design structure. Write stronger code and save time.
Composition in Java Simplified With New JEP Draft – DZone Java
This post demonstrates the latest additions to the JEP draft, the Concise Method Bodies (CMB), that can improve and simplify the composition of your Java code.
How to Implement Selection Sort Algorithm in Java – Detailed Explanation • Crunchify
Are you a Computer Science Graduate? Are you preparing for an Interview? Want to become a master in Data Structure? Well, Sorting algorithms are the most
What’s New in Java 11: Long-term Support
This course provides an overview of the most important features in Java 11, such as the new library and language features, performance and security enhancements, and the accelerated release schedule.
Top 10 Java stories of September: Java 11, JavaFX 11, Oracle JDK builds vs. OpenJDK builds & more – JAXenter
Autumn is here for good! But fear not, cause it also brought with it some really big news in the Java world. Here are the most clicked news of September.