🆕 How to Analyze Java Thread Dumps
https://www.baeldung.com/java-analyze-thread-dumps
➡️ @JavaLearnZone
https://www.baeldung.com/java-analyze-thread-dumps
➡️ @JavaLearnZone
Baeldung on Kotlin
How to Analyze Java Thread Dumps | Baeldung
Learn how to analyze thread dumps to efficiently diagnose performance issues. Also, we'll learn to detect bottlenecks or even simple bugs.
🆕 Creating Random Numbers With No Duplicates in Java
https://www.baeldung.com/java-unique-random-numbers
➡️ @JavaLearnZone
https://www.baeldung.com/java-unique-random-numbers
➡️ @JavaLearnZone
Baeldung
Creating Random Numbers With No Duplicates in Java | Baeldung
Learn how to generate unique random numbers efficiently.
🆕 Hiring a Java/Spring Developer to Work With Me On Videos (not open)
https://www.baeldung.com/video-creation-job
➡️ @JavaLearnZone
https://www.baeldung.com/video-creation-job
➡️ @JavaLearnZone
Baeldung
Hiring a Developer to Create Videos | Baeldung
I am opening a part-time technical editor position for Baeldung.
📁 Check if Two Strings are Anagrams in Java
https://www.baeldung.com/java-strings-anagrams
➡️ @JavaLearnZone
https://www.baeldung.com/java-strings-anagrams
➡️ @JavaLearnZone
Baeldung
Check if Two Strings Are Anagrams in Java | Baeldung
We may wish to detect whether Strings contain anagrams of each other. Here we explore a few algorithms, with different programming and execution complexity.
📁 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.
📁 String Search Algorithms for Large Texts with Java
https://www.baeldung.com/java-full-text-search-algorithms
➡️ @JavaLearnZone
https://www.baeldung.com/java-full-text-search-algorithms
➡️ @JavaLearnZone
Baeldung on Kotlin
String Search Algorithms for Large Texts | Baeldung
Discover different full-text search algorithms implemented using plain Java.
🆕 Capitalize the First Letter of a String in Java
https://www.baeldung.com/java-string-uppercase-first-letter
➡️ @JavaLearnZone
https://www.baeldung.com/java-string-uppercase-first-letter
➡️ @JavaLearnZone
Baeldung
Capitalize the First Letter of a String in Java | Baeldung
Learn how to convert a given string's first character to upper case.