📁 Using indexOf to Find All Occurrences of a Word in a String
https://www.baeldung.com/java-indexOf-find-string-occurrences
➡️ @JavaLearnZone
https://www.baeldung.com/java-indexOf-find-string-occurrences
➡️ @JavaLearnZone
Baeldung
Using indexOf to Find All Occurrences of a Word in a String | Baeldung
Learn how to solve the "needle in a haystack" problem by using the indexOf method to find all occurrences of a word in a larger text string.
🆕 Performance impact of java.lang.System.getProperty()
//www.javacodegeeks.com/2021/10/performance-impact-of-java-lang-system-getproperty.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/10/performance-impact-of-java-lang-system-getproperty.html
➡️ @JavaLearnZone
Java Code Geeks
Performance impact of java.lang.System.getProperty() - Java Code Geeks - 2021
Interested to learn about java.lang.System.getProperty()? Check our explaining about java.lang.System.getProperty()’ is a common API used by Java developers.
🆕 Executing Blocking calls on a Reactor based Application
//www.javacodegeeks.com/2021/10/executing-blocking-calls-on-a-reactor-based-application.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/10/executing-blocking-calls-on-a-reactor-based-application.html
➡️ @JavaLearnZone
Java Code Geeks
Executing Blocking calls on a Reactor based Application
Interested to learn about Blocking calls? Check our article how to execute Blocking calls on a Reactor based Application.
🆕 All You Need To Know About Exception Handling In Selenium
//www.javacodegeeks.com/2021/10/all-you-need-to-know-about-exception-handling-in-selenium.html
➡️ @JavaLearnZone
//www.javacodegeeks.com/2021/10/all-you-need-to-know-about-exception-handling-in-selenium.html
➡️ @JavaLearnZone
Java Code Geeks
All You Need To Know About Exception Handling In Selenium - Java Code Geeks - 2021
Interested to learn about Exception Handling? Check our article explaining all You Need To Know About Exception Handling In Selenium.
📁 Generating Barcodes and QR Codes in Java
https://www.baeldung.com/java-generating-barcodes-qr-codes
➡️ @JavaLearnZone
https://www.baeldung.com/java-generating-barcodes-qr-codes
➡️ @JavaLearnZone
Baeldung on Kotlin
Generating Barcodes and QR Codes in Java | Baeldung
Java has a few libraries we can call on to generate barcodes or QR codes. Here we see how to use them and integrate them into a web application.