π Using a Byte Array as Map Key in Java
https://www.baeldung.com/java-map-key-byte-array
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-map-key-byte-array
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Using a Byte Array as Map Key in Java | Baeldung
Learn how to use a byte array as a key in a Java HashMap.
π Determine if an Integerβs Square Root Is an Integer in Java
https://www.baeldung.com/java-find-if-square-root-is-integer
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-find-if-square-root-is-integer
β‘οΈ @JavaLearnZone
Baeldung
Determine if an Integerβs Square Root Is an Integer in Java Baeldung
Finding if an integer's square root is also an integer is an interesting subject. Let's look at some techniques we can use.
π Java β Get Random Item/Element From a List
https://www.baeldung.com/java-random-list-element
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-random-list-element
β‘οΈ @JavaLearnZone
Baeldung
Java - Get Random Item/Element From a List | Baeldung
A quick and practical guide to picking a random item/items from a List in Java.
π Concurrency with LMAX Disruptor β An Introduction
https://www.baeldung.com/lmax-disruptor-concurrency
β‘οΈ @JavaLearnZone
https://www.baeldung.com/lmax-disruptor-concurrency
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Concurrency with LMAX Disruptor - An Introduction | Baeldung
A quick introduction to LMAS Disruptor and the usage of Disruptor API
π Evaluating a Math Expression in Java
https://www.baeldung.com/java-evaluate-math-expression-string
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-evaluate-math-expression-string
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Evaluating a Math Expression in Java | Baeldung
Learn how to evaluate math expressions expressed in String format in Java using exp4j, Javaluator, and the Java Scripting API.
π Introduction to Java 8 Streams
https://www.baeldung.com/java-8-streams-introduction
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-8-streams-introduction
β‘οΈ @JavaLearnZone
Baeldung
Introduction to Java Streams | Baeldung
A quick and practical introduction to Java 8 Streams.
π Find the Intersection of Two Lines in Java
https://www.baeldung.com/java-intersection-of-two-lines
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-intersection-of-two-lines
β‘οΈ @JavaLearnZone
Baeldung
Find the Intersection of Two Lines in Java | Baeldung
A quick take on a Java solution for a simple math problem
π Jetty ReactiveStreams HTTP Client
https://www.baeldung.com/jetty-reactivestreams-http-client
β‘οΈ @JavaLearnZone
https://www.baeldung.com/jetty-reactivestreams-http-client
β‘οΈ @JavaLearnZone
Baeldung
Jetty ReactiveStreams HTTP Client
Learn how to use the Jetty ReactiveStreams HTTP Client.
π Variable and Method Hiding in Java
https://www.baeldung.com/java-variable-method-hiding
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-variable-method-hiding
β‘οΈ @JavaLearnZone
Baeldung
Variable and Method Hiding in Java | Baeldung
Understand the concept of hiding of variables and methods in Java.
π[48H] Udemy - Object-Oriented Programming - From Basics to Advance (Java)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
https://www.udemy.com/course/oop-learnit/?couponCode=OOP_JAN_FREE_2
β‘οΈ @JavaLearnZone
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
https://www.udemy.com/course/oop-learnit/?couponCode=OOP_JAN_FREE_2
β‘οΈ @JavaLearnZone
Udemy
Object Oriented Programming - Basics to Advance (Java OOP)
Learn OOP, SOLID principles with Java examples. Implement backend part for online store by the end of the course
π[24H] Udemy - Java Collections Framework + Generics, Lambdas & Stream API
Learn Java Collections Framework from scratch to PRO level with practical exercises
https://www.udemy.com/course/java-collections-framework-learnit/?couponCode=JCF_JAN_FREE_2
β‘οΈ @JavaLearnZone
Learn Java Collections Framework from scratch to PRO level with practical exercises
https://www.udemy.com/course/java-collections-framework-learnit/?couponCode=JCF_JAN_FREE_2
β‘οΈ @JavaLearnZone
Udemy
Java Collections Framework + Generics, Lambdas & Stream API
Learn Java Collections Framework from scratch to PRO level with practical exercises
π[48H] Udemy - Java Programming: Complete Beginner to Advanced
Become a Computer Programmer by Learning Core Java Skills
https://www.udemy.com/course/java-programming-complete-beginner-to-advanced/?couponCode=33754C1936280F38D5
β‘οΈ @JavaLearnZone
Become a Computer Programmer by Learning Core Java Skills
https://www.udemy.com/course/java-programming-complete-beginner-to-advanced/?couponCode=33754C1936280F38D5
β‘οΈ @JavaLearnZone
Udemy
Java Programming for Complete Beginners
Learn Core Java Skills including the lastest version of Java (Java 22)
π Java equals() and hashCode() Contracts
https://www.baeldung.com/java-equals-hashcode-contracts
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-equals-hashcode-contracts
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java equals() and hashCode() Contracts | Baeldung
Learn about the contracts that equals() and hasCode() need to fulfill and the relationship between the two methods