More than five years go, Martin Fowler pinpointed one of the biggest problems in Object-Oriented Pro…
Category: Articles
Language satisfaction check-up: Python in the fast lane, Java *still* the language you love to hate – JAXenter
Report alert: We look at who’s winning the satisfaction contest: Python’s continued dominance, a jump for Go and JavaScript, and a drop for Java.
Top 5 Java 8 Courses to Learn Online – Hacker Noon
It’s been more than four years since Java 8 was launched, and many of you are already thinking of Java 8 as a legacy version, but there…
Devoxx @Devoxx1
Devoxx Live from Room 8: 15th November.
Java Weekly, Issue 254 | Baeldung
A quick look at Spring Boot DevTools and how it can speed up development, plus a list of the top 100 Java libraries in 2018.
Difference between this and super in Java – HowToDoInJava
this and super are reserved keywords in Java. this refer to current instance of a class while super refer to the parent class of that class.
Eclipse MicroProfile Metrics, practical use cases
The J*, a blog about Java, JVM, JavaScript and Gentoo Linux
[FREE WEBINAR] Java 11 First Impressions
A little more than a year ago, we were anxiously awaiting the arrival of the newly modular Java 9….
Weekly round-up: JDK 12 JEPs, Apache Spark 2.4, Docker Enterprise 2.1 & more – JAXenter
Every Monday, we take a step back and look at everything that went down during the previous week: JDK 12, Apache Spark 2.4, Docker Enterprise 2.1 & more
Interesting JDK 12 Features to Watch Out For – DZone Java
OpenJDK 12 early access builds are out. Let’s take a look at some of these preview features, including switch expressions and records with sample JDK 12 code.
Revisions and Immutability
Here’s a brief post. I’m not sure how to start it. It’s one of those “why didn’t I think of tha…
Search for time interval in logs
IntroThis post is indirectly related to my mini-series about log analysis. It would be great to re…
Manifold: The reinvention of code generators – JAXenter
This is the second part in a series of articles covering Manifold, a unique, open source technology that enables cutting-edge language features.
Top 20 Spring MVC Interview Questions and Answers for 2 to 5 years Experienced Java Programmers
The Spring MVC framework is one of the most popular Java frameworks for developing web applications. If you have been working in Java and t…
strictfp modifier in Java – HowToDoInJava
Java strictfp modifier ensures that all floating-point operations across different JVMs will provide consistent and same result as predicted by IEEE 754.