📁 ActiveJ: A New, Alternative Java Platform
//www.javacodegeeks.com/activej-a-new-alternative-java-platform.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/activej-a-new-alternative-java-platform.html
➡️ @JavaLearnZone
Java Code Geeks
ActiveJ: A New, Alternative Java Platform - Java Code Geeks
ActiveJ is a new, open-source Java platform for quickly building efficient web, cloud, and microservices solutions for high performance environments.
🆕 Testing Scenarios You Should Avoid While Automating With Selenium
//www.javacodegeeks.com/2021/09/testing-scenarios-you-should-avoid-while-automating-with-selenium.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/09/testing-scenarios-you-should-avoid-while-automating-with-selenium.html
➡️ @JavaLearnZone
Java Code Geeks
Testing Scenarios You Should Avoid While Automating With Selenium - Java Code Geeks - 2022
Interested to learn about Testing Scenarios? Check our article analyzing which test scenarios it does not support independently selenium.
📁 Handling Daylight Savings Time in Java
https://www.baeldung.com/java-daylight-savings
➡️ @JavaLearnZone
https://www.baeldung.com/java-daylight-savings
➡️ @JavaLearnZone
📁 String toLowerCase and toUpperCase Methods in Java
https://www.baeldung.com/java-string-convert-case
➡️ @JavaLearnZone
https://www.baeldung.com/java-string-convert-case
➡️ @JavaLearnZone
📁 Pattern Matching for instanceof in Java 14
https://www.baeldung.com/java-pattern-matching-instanceof
➡️ @JavaLearnZone
https://www.baeldung.com/java-pattern-matching-instanceof
➡️ @JavaLearnZone
📁 Java 9 Variable Handles Demystified
https://www.baeldung.com/java-variable-handles
➡️ @JavaLearnZone
https://www.baeldung.com/java-variable-handles
➡️ @JavaLearnZone
📁 Guide to java.lang.ProcessBuilder API
https://www.baeldung.com/java-lang-processbuilder-api
➡️ @JavaLearnZone
https://www.baeldung.com/java-lang-processbuilder-api
➡️ @JavaLearnZone
📁 Is It a Bad Practice to Catch Throwable?
https://www.baeldung.com/java-catch-throwable-bad-practice
➡️ @JavaLearnZone
https://www.baeldung.com/java-catch-throwable-bad-practice
➡️ @JavaLearnZone
🆕 Receive Pub/Sub messages to your Spring Application
//www.javacodegeeks.com/2021/09/receive-pub-sub-messages-to-your-spring-application.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/09/receive-pub-sub-messages-to-your-spring-application.html
➡️ @JavaLearnZone
Java Code Geeks
Receive Pub/Sub messages to your Spring Application - Java Code Geeks - 2023
Interested to learn about Pub/Sub? Check our article explaining how to Receive Pub/Sub messages to your Spring Application
📁 Add BigDecimals using the Stream API
https://www.baeldung.com/java-stream-add-bigdecimals
➡️ @JavaLearnZone
https://www.baeldung.com/java-stream-add-bigdecimals
➡️ @JavaLearnZone
Baeldung
Add BigDecimals using the Stream API | Baeldung
While the streams API provides a useful way to calculate the sum of some numeric types, BigDecimal is not support. Here we learn how to calculate sums with reduce.
🆕 Collecting Stream Elements into a List in Java
https://www.baeldung.com/java-stream-to-list-collecting
➡️ @JavaLearnZone
https://www.baeldung.com/java-stream-to-list-collecting
➡️ @JavaLearnZone
Baeldung on Kotlin
Collecting Stream Elements into a List in Java | Baeldung
Learn how to collect Stream elements into a List in different versions of Java, and the pros and cons of the approaches.