Learn how to compare long values in Java.
Also find me here:
Baeldung Author
Antonio Manuel Moreno Delgado
The day his high-school teacher taught him the very first recursive function in C (yay! That Fibonacci sequence example!) was a turning point, and he decided to drop in on Computer Science. Years later this go-getter, communicative, passionate guy is doing what he loves: learning by coding. If he's neither coding some blockchain nor doing some API, he will be biking or running in the mountains—his other passion.
Here's what I've written (so far):
Baeldung on Java
- All
- Java (6)
- Testing (1)
- Maven (1)
- DevOps (1)
- Algorithms (1)
Introduction to Alibaba Arthas
Learn how to monitor, profile, and troubleshoot our Java applications using Alibaba Arthas.
Methods in Java
Filed under Java
Learn all about methods in Java, from basic method syntax to overloading, as well as how to call methods.
Java IntStream Conversions
Filed under Java
Learn how to work with integer streams using the Java Stream API.
Skipping Tests with Maven
Learn how and when to skip tests with Maven.
Find If Two Numbers Are Relatively Prime in Java
Filed under Algorithms, Java
Learn how to find if two numbers are relatively prime using three implementations of the gcd algorithm.
Converting Between LocalDate and XMLGregorianCalendar
Filed under Java
Learn how to convert between Java’s LocalDate and XMLGregorianCalendar