π Pollution-Free Dependency Management with Gradle
https://reflectoring.io/gradle-pollution-free-dependencies/
β‘οΈ @JavaLearnZone
https://reflectoring.io/gradle-pollution-free-dependencies/
β‘οΈ @JavaLearnZone
reflectoring.io
Pollution-Free Dependency Management with Gradle
Unwanted compile-time dependencies can lead to problems. This article discusses these problems and the solution Gradle provides to keep dependencies clean.
π Is Java a Compiled or Interpreted Language?
https://www.baeldung.com/java-compiled-interpreted
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-compiled-interpreted
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Is Java a Compiled or Interpreted Language? | Baeldung
Java provides the speed of a compiled language with the portability of an interpreted language. We investigate how the JVM and JIT compiler work, and how to classify Java as a language.
π An Overview of Regular Expressions Performance in Java
https://www.baeldung.com/java-regex-performance
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-regex-performance
β‘οΈ @JavaLearnZone
Baeldung
An Overview of Regular Expressions Performance in Java | Baeldung
Explore how the pattern-matching engine works in Java.
π Finding the Highest Value in a Java Map
https://www.baeldung.com/java-find-map-max
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-find-map-max
β‘οΈ @JavaLearnZone
Baeldung
Finding the Highest Value in a Java Map | Baeldung
Take a look at ways to find the maximum value in a Java Map structure.
π Obtaining a Power Set of a Set in Java
https://www.baeldung.com/java-power-set-of-a-set
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-power-set-of-a-set
β‘οΈ @JavaLearnZone
Baeldung
Obtaining a Power Set of a Set in Java | Baeldung
Study the process of generating a power set of a given set in Java.
π Convert Time to Milliseconds in Java
https://www.baeldung.com/java-time-milliseconds
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-time-milliseconds
β‘οΈ @JavaLearnZone
Baeldung
Convert Time to Milliseconds in Java | Baeldung
Learn multiple ways of converting Java time objects into Unix-epoch milliseconds
π Introduction to Apache Commons Math
https://www.baeldung.com/apache-commons-math
β‘οΈ @JavaLearnZone
https://www.baeldung.com/apache-commons-math
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Introduction to Apache Commons Math | Baeldung
Learn about the Apache Commons Math, which is the biggest open-source library of mathematical functions and utilities for Java.
π Difference Between JVM, JRE, and JDK
https://www.baeldung.com/jvm-vs-jre-vs-jdk
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jvm-vs-jre-vs-jdk
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Difference Between JVM, JRE, and JDK | Baeldung
A guide to understanding the difference between JVM, JRE, and JDK in Java.
π JSON Schema validation in Java
//www.javacodegeeks.com/2020/08/json-schema-validation-in-java.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2020/08/json-schema-validation-in-java.html
β‘οΈ @JavaLearnZone
Java Code Geeks
JSON Schema validation in Java | Java Code Geeks - 2021
Interested to learn about JSON Schema? Check our article explaining how to validate a JSON document against a JSON Schema in Java.
π An Introduction to the Constant Pool in the JVM
https://www.baeldung.com/jvm-constant-pool
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jvm-constant-pool
β‘οΈ @JavaLearnZone
Baeldung
An Introduction to the Constant Pool in the JVM | Baeldung
Learn about the constant pool in JVM.
π Java Warning βunchecked conversionβ
https://www.baeldung.com/java-unchecked-conversion
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-unchecked-conversion
β‘οΈ @JavaLearnZone
Baeldung
Java Warning βunchecked conversionβ | Baeldung
Take a deeper look at the "unchecked conversion" compiler warning message