Cloud is awesome: almost-100% availability, near-zero maintenance, pay-as-you-go, and above all, inf…
Category: Articles
Java Builder Design Pattern Example
1. IntroductionIn this article, we will describe Java Builder Design Pattern in detail. The Builde…
Does Oracle’s Java Certifications like OCAJP, OCEJWCD, or OCPJP helps in Job and Career?
Being the author of a Java blog and a certified Java programmer, I receive lots of questions about the usefulness of Java certifications l…
Java 8 TemporalAdjusters Example
1. IntroductionJava 8 Date-Time API is a JSR-310 implementation. It has a new set of packages to p…
error: incompatible types: unexpected return value : Java 8
This question already has an answer here: private boolean isActionAvailable(Collection
Graphs in Java | Baeldung
Learn about the graph data structure and how to implement it in Java
Java equals() and hashCode() Contracts | Baeldung
Learn about the contracts that equals() and hasCode() need to fulfill and the relationship between the two methods
Gradle 5.0 Released with Java 11 Support — ADTmag
The latest milestone release of the popular open source build automation tool comes with a production-ready Kotlin DSL, dependency version alignment, and task timeouts, among a long list enhancements and upgrades.
Java proposal would spot data races with a thread sanitizer
The effort would explore possibilities for integrating HotSpot and the JVM tool interface with performance monitoring and analysis
How to Use Java HashMap Effectively – DZone Java
Let’s explore the best practices for implementing HashMaps in Java 8 and onwards, identifying values or keys, lambda expressions, and more.
A Few Additions to Your Bag of Maven-Fu
Apache Maven is simple, yet quite powerful; with a few tricks here and there, you can greatly simpli…
Newest release of JRebel accelerates SAP Hybris development | zeroturnaround.com
The newest release of JRebel enables SAP Hybris users to fast-track application development, saving time with each code change.
Cettia Java Server 1.2 brings functional programming support and borrows useful features from Java 8 – JAXenter
Meet Cettia Java Server, a web app framework for Java that offers developers support that other frameworks miss will definitely come in handy.1.2 is here.
Top 5 Spring Boot Features Java Developers Should Know – DZone Java
We look at the top Spring Boot features that every Java developer should use, including auto-configuration, starter dependencies, Spring Boot CLI, and more.
An Extension To TellDontAsk
More than five years go, Martin Fowler pinpointed one of the biggest problems in Object-Oriented Pro…