π Guide to Java NIO2 Asynchronous Channel APIs
https://www.baeldung.com/java-nio-2-async-channels
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-nio-2-async-channels
β‘οΈ @JavaLearnZone
π[48H] Udemy - Oracle Certified Associate Java Programmer (OCAJP) 1Z0-808
Preparation for Oracle Certification (Java Certification) 1Z0-808 & 1Z0-811 with example and home tasks.
https://www.udemy.com/course/oracle-certification-1z0-808-and-1z0-811-learnit/?couponCode=ORAC_FREE_SEP_3
β‘οΈ @JavaLearnZone
Preparation for Oracle Certification (Java Certification) 1Z0-808 & 1Z0-811 with example and home tasks.
https://www.udemy.com/course/oracle-certification-1z0-808-and-1z0-811-learnit/?couponCode=ORAC_FREE_SEP_3
β‘οΈ @JavaLearnZone
Udemy
Oracle Certified Associate Java Programmer (OCAJP) 1Z0-808
Preparation for Oracle Certification (Java Certification) 1Z0-808 & 1Z0-811 with example and home tasks.
π Java 17: Pattern Matching for Switch
//www.javacodegeeks.com/2021/09/java-17-pattern-matching-for-switch.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/09/java-17-pattern-matching-for-switch.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java 17: Pattern Matching for Switch - Java Code Geeks - 2021
Interested to learn about Pattern Matching for Switch? Check our article explaining the Pattern Matching for Switch of the new java 17 version.
π How to Break from Java Stream forEach
https://www.baeldung.com/java-break-stream-foreach
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-break-stream-foreach
β‘οΈ @JavaLearnZone
π Javaβs Optional Does Not Supplant All Traditional if-null-else or if-not-null-else Checks
//www.javacodegeeks.com/2021/09/javas-optional-does-not-supplant-all-traditional-if-null-else-or-if-not-null-else-checks.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/09/javas-optional-does-not-supplant-all-traditional-if-null-else-or-if-not-null-else-checks.html
β‘οΈ @JavaLearnZone
Java Code Geeks
Java's Optional Does Not Supplant All Traditional if-null-else or if-not-null-else Checks - Java Code Geeks - 2021
Interested to learn about Optional? Check our article explaining how java.util.Optional cannot always return non-null values.
π A Guide to the Java API for WebSocket
https://www.baeldung.com/java-websockets
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-websockets
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
A Guide to the Java API for WebSocket | Baeldung
WebSocket provides an alternative to the limitation of efficient communication between the server and the web browser by providing bi-directional, full-duplex, real-time client/server communications.
π Get a Submap From a HashMap in Java
https://www.baeldung.com/java-get-submap
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-get-submap
β‘οΈ @JavaLearnZone
π Email Validation in Java
https://www.baeldung.com/java-email-validation-regex
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-email-validation-regex
β‘οΈ @JavaLearnZone
π Java Sound API β Capturing Microphone
https://www.baeldung.com/java-sound-api-capture-mic
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-sound-api-capture-mic
β‘οΈ @JavaLearnZone
Baeldung on Kotlin
Java Sound API β Capturing Microphone | Baeldung
Learn how to capture microphone input and save it to a file.
π From layers to onions and hexagons
//www.javacodegeeks.com/2021/10/from-layers-to-onions-and-hexagons.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/from-layers-to-onions-and-hexagons.html
β‘οΈ @JavaLearnZone
Java Code Geeks
From layers to onions and hexagons
Interested to learn about hexagons? Check our article explaining how to transit from a classic layered software architecture to a hexagonal architecture.
π Knapsack Problem Implementation in Java
https://www.baeldung.com/java-knapsack
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-knapsack
β‘οΈ @JavaLearnZone
Baeldung
Knapsack Problem Implementation in Java | Baeldung
Learn how to solve the Knapsack problem in Java.
π KivaKit deployments
//www.javacodegeeks.com/2021/10/kivakit-deployments.html
β‘οΈ @JavaLearnZone
//www.javacodegeeks.com/2021/10/kivakit-deployments.html
β‘οΈ @JavaLearnZone
Java Code Geeks
KivaKit deployments - Java Code Geeks - 2021
Interested to learn about KivaKit deployments? Check our article explaining how KivaKit applications can be configured using the settings api
π Could Not Find or Load Main Class Error
https://www.baeldung.com/java-could-not-find-load-main-class
β‘οΈ @JavaLearnZone
https://www.baeldung.com/java-could-not-find-load-main-class
β‘οΈ @JavaLearnZone
Baeldung
Java β βCould Not Find or Load Main Classβ Error | Baeldung
Explore the reasons for the error "Could not find or load main class" and learn how to avoid them.