File tree Expand file tree Collapse file tree 19 files changed +24
-2
lines changed
algorithms-modules/algorithms-miscellaneous-9
aws-modules/amazon-athena
core-java-concurrency-advanced-5
messaging-modules/rabbitmq
quarkus-modules/quarkus-citrus
spring-boot-3-testcontainers
spring-reactive-modules/spring-reactive-4 Expand file tree Collapse file tree 19 files changed +24
-2
lines changed Original file line number Diff line number Diff line change 11### Relevant Articles:
22- [ Check if Two Strings Are Permutations of Each Other in Java] ( https://www.baeldung.com/java-check-permutations-two-strings )
33- [ Finding the Mode of Integers in an Array in Java] ( https://www.baeldung.com/java-mode-integer-array )
4+ - [ Counting an Occurrence in an Array] ( https://www.baeldung.com/java-array-count-distinct-elements-frequencies )
Original file line number Diff line number Diff line change 22- [ Understanding XSLT Processing in Java] ( https://www.baeldung.com/java-extensible-stylesheet-language-transformations )
33- [ Add Camel Route at Runtime in Java] ( https://www.baeldung.com/java-camel-dynamic-route )
44- [ Logging in Apache Camel] ( https://www.baeldung.com/java-apache-camel-logging )
5+ - [ How to Handle Default Values in Avro] ( https://www.baeldung.com/java-avro-default-values )
56- More articles: [[ <-- prev]] ( ../apache-libraries )
67
Original file line number Diff line number Diff line change 1+ ### Relevant Articles
2+ - [ Using Amazon Athena With Spring Boot to Query S3 Data] ( https://www.baeldung.com/spring-boot-amazon-athena )
Original file line number Diff line number Diff line change 77- [ Guide to ExecutorService vs. CompletableFuture] ( https://www.baeldung.com/java-executorservice-vs-completablefuture )
88- [ How to Unit Test an ExecutorService Without Using Thread.sleep()] ( https://www.baeldung.com/java-executorservice-unit-test-no-sleep )
99- [ Guide to CompletableFuture join() vs get()] ( https://www.baeldung.com/java-completablefuture-join-vs-get )
10+ - [ Naming Executor Service Threads and Thread Pool in Java] ( https://www.baeldung.com/java-naming-executor-service-thread )
Original file line number Diff line number Diff line change @@ -10,5 +10,6 @@ This module contains articles about core Java input and output (IO)
1010- [ Read Last N Lines From File in Java] ( https://www.baeldung.com/java-file-read-last-n-lines )
1111- [ Guide to FileWriter vs. BufferedWriter] ( https://www.baeldung.com/java-filewriter-vs-bufferedwriter )
1212- [ Guide to getResourceAsStream() and FileInputStream in Java] ( https://www.baeldung.com/java-getresourceasstream-vs-fileinputstream )
13+ - [ Guide to FileOutputStream vs. FileChannel] ( https://www.baeldung.com/java-fileoutputstream-filechannel-differences )
1314- [[ <-- Prev]] ( /core-java-modules/core-java-io-5 )
1415
Original file line number Diff line number Diff line change 1010- [ Understanding the Difference Between Stream.of() and IntStream.range()] ( https://www.baeldung.com/java-stream-of-and-intstream-range )
1111- [ Check if Object Is an Array in Java] ( https://www.baeldung.com/java-check-if-object-is-an-array )
1212- [ Mapping an Array of Integers to Strings Using Java Streams] ( https://www.baeldung.com/java-stream-integer-array-to-strings )
13+ - [ Finding Max and Min Date in List Using Streams] ( https://www.baeldung.com/java-list-stream-date-find-maximum-mininimum )
1314- More articles: [[ <-- prev>]] ( /../core-java-streams-3 ) [[ next -->]] ( /../core-java-streams-5 )
Original file line number Diff line number Diff line change @@ -5,3 +5,4 @@ This module contains articles about Java interop with other language integration
55### Relevant Articles:
66
77- [ How to Call Python From Java] ( https://www.baeldung.com/java-working-with-python )
8+ - [ Building Simple Java Applications with Scala-CLI] ( https://www.baeldung.com/java-apps-scala-cli )
Original file line number Diff line number Diff line change @@ -6,4 +6,5 @@ This module contains articles about bytecode libraries.
66
77- [ Introduction to Javassist] ( https://www.baeldung.com/javassist )
88- [ A Guide to Byte Buddy] ( https://www.baeldung.com/byte-buddy )
9- - [ A Guide to Java Bytecode Manipulation with ASM] ( https://www.baeldung.com/java-asm )
9+ - [ A Guide to Java Bytecode Manipulation with ASM] ( https://www.baeldung.com/java-asm )
10+ - [ IncompatibleClassChangeError in Java] ( https://www.baeldung.com/java-incompatibleclasschangeerror )
Original file line number Diff line number Diff line change 11### Relevant Articles:
22- [ Serialization with FlatBuffers in Java] ( https://www.baeldung.com/java-flatbuffers-serialization )
3+ - [ Blazing Fast Serialization Using Apache Fury] ( https://www.baeldung.com/java-apache-fury-serialization )
Original file line number Diff line number Diff line change 66- [ How to Create CSV File from POJO with Custom Column Headers and Positions] ( https://www.baeldung.com/java-create-csv-pojo-customize-columns )
77- [ Delete a Directory Recursively in Java] ( https://www.baeldung.com/java-delete-directory )
88- [ Introduction to Simple Java Mail] ( https://www.baeldung.com/java-sjm-email )
9+ - [ List All Files on the Remote Server in Java] ( https://www.baeldung.com/java-show-every-file-remote-server )
You can’t perform that action at this time.
0 commit comments