File tree Expand file tree Collapse file tree
core-java-collections-array-list
core-java-lang-oop-others
jackson-modules/jackson-annotations
jenkins-modules/jenkins-jobs
microservices-modules/rest-express
spring-web-modules/spring-web-url Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,4 +11,5 @@ This module contains articles about Java 8 core features
1111- [ Finding Min/Max in an Array with Java] ( https://www.baeldung.com/java-array-min-max )
1212- [ Internationalization and Localization in Java 8] ( https://www.baeldung.com/java-8-localization )
1313- [ Generalized Target-Type Inference in Java] ( https://www.baeldung.com/java-generalized-target-type-inference )
14+ - [ Monads in Java] ( https://www.baeldung.com/java-monads )
1415- [[ More -->]] ( /core-java-modules/core-java-8-2 )
Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ This module contains articles about the Java ArrayList collection
99- [ Multi Dimensional ArrayList in Java] ( https://www.baeldung.com/java-multi-dimensional-arraylist )
1010- [ Removing an Element From an ArrayList] ( https://www.baeldung.com/java-arraylist-remove-element )
1111- [ The Capacity of an ArrayList vs the Size of an Array in Java] ( https://www.baeldung.com/java-list-capacity-array-size )
12+ - [ Case-Insensitive Searching in ArrayList] ( https://www.baeldung.com/java-arraylist-case-insensitive-search )
13+ - [ Storing Data Triple in a List in Java] ( https://www.baeldung.com/java-list-storing-triple )
14+ - [ Convert an ArrayList of Object to an ArrayList of String Elements] ( https://www.baeldung.com/java-object-list-to-strings )
Original file line number Diff line number Diff line change @@ -5,4 +5,5 @@ This module contains articles about working with the Java Virtual Machine (JVM).
55### Relevant Articles:
66
77- [ Difference Between Class.getResource() and ClassLoader.getResource()] ( https://www.baeldung.com/java-class-vs-classloader-getresource )
8+ - [ Compiling and Executing Code From a String in Java] ( https://www.baeldung.com/java-string-compile-execute-code )
89- More articles: [[ <-- prev]] ( /core-java-modules/core-java-jvm-2 )
Original file line number Diff line number Diff line change @@ -6,3 +6,4 @@ This module contains articles about Object Oriented Programming (OOP) in Java
66- [ Object-Oriented-Programming Concepts in Java] ( https://www.baeldung.com/java-oop )
77- [ Static and Dynamic Binding in Java] ( https://www.baeldung.com/java-static-dynamic-binding )
88- [ Pass-By-Value as a Parameter Passing Mechanism in Java] ( https://www.baeldung.com/java-pass-by-value-or-pass-by-reference )
9+ - [ Check If All the Variables of an Object Are Null] ( https://www.baeldung.com/java-check-all-variables-object-null )
Original file line number Diff line number Diff line change 55- [ Filter Java Stream to 1 and Only 1 Element] ( https://www.baeldung.com/java-filter-stream-unique-element )
66- [ Java 8 Streams: Multiple Filters vs. Complex Condition] ( https://www.baeldung.com/java-streams-multiple-filters-vs-condition )
77- [ Finding Max Date in List Using Streams] ( https://www.baeldung.com/java-max-date-list-streams )
8+ - [ Batch Processing of Stream Data in Java] ( https://www.baeldung.com/java-stream-batch-processing )
Original file line number Diff line number Diff line change 99- [ A Guide to the ResourceBundle] ( http://www.baeldung.com/java-resourcebundle )
1010- [ Merging java.util.Properties Objects] ( https://www.baeldung.com/java-merging-properties )
1111- [ Illegal Character Compilation Error] ( https://www.baeldung.com/java-illegal-character-error )
12+ - [ Lambda Expression vs. Anonymous Inner Class] ( https://www.baeldung.com/java-lambdas-vs-anonymous-class )
Original file line number Diff line number Diff line change @@ -8,3 +8,4 @@ This module contains articles about Jackson annotations.
88- [ Jackson – Bidirectional Relationships] ( https://www.baeldung.com/jackson-bidirectional-relationships-and-infinite-recursion )
99- [ Jackson JSON Views] ( https://www.baeldung.com/jackson-json-view-annotation )
1010- [ Deduction-Based Polymorphism in Jackson 2.12] ( https://www.baeldung.com/jackson-deduction-based-polymorphism )
11+ - [ @JsonIgnore vs @Transient ] ( https://www.baeldung.com/java-jsonignore-vs-transient )
Original file line number Diff line number Diff line change 22- [ Trigger Another Job from a Jenkins Pipeline] ( https://www.baeldung.com/ops/jenkins-pipeline-trigger-new-job )
33- [ Fixing the “No Such DSL method” Error in Jenkins Pipeline] ( https://www.baeldung.com/ops/jenkins-pipeline-no-such-dsl-method-error )
44- [ Jenkins Pipeline – Change to Another Folder] ( https://www.baeldung.com/ops/jenkins-pipeline-change-to-another-folder )
5+ - [ How to Stop a Zombie Job on Jenkins Without Restarting the Server?] ( https://www.baeldung.com/ops/stop-zombie-job-on-jenkins-without-restarting-the-server )
Original file line number Diff line number Diff line change 1+ ## Relevant Articles
2+ - [ Lightweight Logging With tinylog 2] ( https://www.baeldung.com/java-logging-tinylog-guide )
Original file line number Diff line number Diff line change 22
33This module contains articles about RestExpress.
44
5- ### Relevant articles
5+ ### Relevant articles
6+ - [ RESTful Microservices With RestExpress] ( https://www.baeldung.com/java-restexpress-guide )
You can’t perform that action at this time.
0 commit comments