commit
dfda4c7756
|
@ -11,3 +11,4 @@ This module contains articles about Java 14.
|
||||||
- [Foreign Memory Access API in Java 14](https://www.baeldung.com/java-foreign-memory-access)
|
- [Foreign Memory Access API in Java 14](https://www.baeldung.com/java-foreign-memory-access)
|
||||||
- [Java 14 Record Keyword](https://www.baeldung.com/java-record-keyword)
|
- [Java 14 Record Keyword](https://www.baeldung.com/java-record-keyword)
|
||||||
- [New Features in Java 14](https://www.baeldung.com/java-14-new-features)
|
- [New Features in Java 14](https://www.baeldung.com/java-14-new-features)
|
||||||
|
- [Java 14 Record vs. Lombok](https://www.baeldung.com/java-record-vs-lombok)
|
||||||
|
|
|
@ -10,3 +10,5 @@ This module contains articles about JAR files
|
||||||
- [Get Names of Classes Inside a JAR File](https://www.baeldung.com/jar-file-get-class-names)
|
- [Get Names of Classes Inside a JAR File](https://www.baeldung.com/jar-file-get-class-names)
|
||||||
- [Find All Jars Containing Given Class](https://baeldung.com/find-all-jars-containing-given-class/)
|
- [Find All Jars Containing Given Class](https://baeldung.com/find-all-jars-containing-given-class/)
|
||||||
- [Creating JAR Files Programmatically](https://www.baeldung.com/jar-create-programatically)
|
- [Creating JAR Files Programmatically](https://www.baeldung.com/jar-create-programatically)
|
||||||
|
- [Guide to Creating Jar Executables and Windows Executables from Java](https://www.baeldung.com/jar-windows-executables)
|
||||||
|
- [Get the Full Path of a JAR File From a Class](https://www.baeldung.com/java-full-path-of-jar-from-class)
|
||||||
|
|
|
@ -5,3 +5,4 @@ This module contains articles about core features in the Java language
|
||||||
### Relevant Articles:
|
### Relevant Articles:
|
||||||
|
|
||||||
- [Difference Between == and equals() in Java](https://www.baeldung.com/java-equals-method-operator-difference)
|
- [Difference Between == and equals() in Java](https://www.baeldung.com/java-equals-method-operator-difference)
|
||||||
|
- [Advantages and Disadvantages of Using Java Wildcard Imports](https://www.baeldung.com/java-wildcard-imports)
|
||||||
|
|
|
@ -11,3 +11,4 @@ This module contains articles about string APIs.
|
||||||
- [StringBuilder vs StringBuffer in Java](https://www.baeldung.com/java-string-builder-string-buffer)
|
- [StringBuilder vs StringBuffer in Java](https://www.baeldung.com/java-string-builder-string-buffer)
|
||||||
- [Generate a Secure Random Password in Java](https://www.baeldung.com/java-generate-secure-password)
|
- [Generate a Secure Random Password in Java](https://www.baeldung.com/java-generate-secure-password)
|
||||||
- [Getting a Character by Index From a String in Java](https://www.baeldung.com/java-character-at-position)
|
- [Getting a Character by Index From a String in Java](https://www.baeldung.com/java-character-at-position)
|
||||||
|
- [Clearing a StringBuilder or StringBuffer](https://www.baeldung.com/java-clear-stringbuilder-stringbuffer)
|
||||||
|
|
|
@ -7,4 +7,4 @@
|
||||||
- [String equals() Vs contentEquals() in Java](https://www.baeldung.com/java-string-equals-vs-contentequals)
|
- [String equals() Vs contentEquals() in Java](https://www.baeldung.com/java-string-equals-vs-contentequals)
|
||||||
- [Check if a String Ends with a Certain Pattern in Java](https://www.baeldung.com/java-string-ends-pattern)
|
- [Check if a String Ends with a Certain Pattern in Java](https://www.baeldung.com/java-string-ends-pattern)
|
||||||
- [Check if a Character is a Vowel in Java](https://www.baeldung.com/java-check-character-vowel)
|
- [Check if a Character is a Vowel in Java](https://www.baeldung.com/java-check-character-vowel)
|
||||||
|
- [How to Truncate a String in Java](https://www.baeldung.com/java-truncating-strings)
|
||||||
|
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
### Relevant Articles:
|
||||||
|
- [Using Dates in CRUD Operations in MongoDB](https://www.baeldung.com/mongodb-java-date-operations)
|
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
### Relevant Articles:
|
||||||
|
- [Instantiating Multiple Beans of the Same Class with Spring Annotations](https://www.baeldung.com/spring-same-class-multiple-beans)
|
Loading…
Reference in New Issue