Merge pull request #11035 from johnA1331/master

BAEL-38061 - add links to github-baeldung articles
This commit is contained in:
Loredana Crusoveanu 2021-07-15 09:16:18 +03:00 committed by GitHub
commit 44f16e3ea6
5 changed files with 10 additions and 1 deletions

View File

@ -7,3 +7,4 @@ This module contains articles about core features in the Java language
- [What are Compile-time Constants in Java?](https://www.baeldung.com/java-compile-time-constants)
- [Java Objects.hash() vs Objects.hashCode()](https://www.baeldung.com/java-objects-hash-vs-objects-hashcode)
- [Referencing a Method in Javadoc Comments](https://www.baeldung.com/java-method-in-javadoc)
- [Tiered Compilation in JVM](https://www.baeldung.com/jvm-tiered-compilation)

View File

@ -9,4 +9,5 @@ This module contains articles about modifiers in Java
- [The “final” Keyword in Java](https://www.baeldung.com/java-final)
- [A Guide to the Static Keyword in Java](https://www.baeldung.com/java-static)
- [Static and Default Methods in Interfaces in Java](https://www.baeldung.com/java-static-default-methods)
- [The strictfp Keyword in Java](https://www.baeldung.com/java-strictfp)
- [The strictfp Keyword in Java](https://www.baeldung.com/java-strictfp)
- [Static Classes Versus the Singleton Pattern in Java](https://www.baeldung.com/java-static-class-vs-singleton)

View File

@ -0,0 +1,3 @@
## Relevant Articles:
- [Count Occurrences Using Java groupingBy Collector](https://www.baeldung.com/java-groupingby-count)

View File

@ -7,4 +7,5 @@ This module contains articles about string conversions from/to another type.
- [Convert String to Byte Array and Reverse in Java](https://www.baeldung.com/java-string-to-byte-array)
- [Convert Character Array to String in Java](https://www.baeldung.com/java-char-array-to-string)
- [Converting String to BigDecimal in Java](https://www.baeldung.com/java-string-to-bigdecimal)
- [Converting String to BigInteger in Java](https://www.baeldung.com/java-string-to-biginteger)
- More articles: [[<-- prev]](/core-java-string-conversions)

View File

@ -0,0 +1,3 @@
## Relevant Articles:
- [Additional Source Directories in Maven](https://www.baeldung.com/maven-add-src-directories)