2023-07-13 22:29:37 +03:00
## Core Java Lang (Part 6)
This module contains articles about core features in the Java language
### Relevant Articles:
2023-07-19 19:36:16 +08:00
- [Convert One Enum to Another Enum in Java ](https://www.baeldung.com/java-convert-enums )
2023-07-26 15:40:25 +08:00
- [What Is the Maximum Depth of the Java Call Stack? ](https://www.baeldung.com/java-call-stack-max-depth )
2023-09-01 19:29:30 +08:00
- [Get a Random Element From a Set in Java ](https://www.baeldung.com/java-set-draw-sample )
2023-09-08 22:25:42 +08:00
- [Stop Executing Further Code in Java ](https://www.baeldung.com/java-stop-running-code )
2023-10-20 22:06:57 +08:00
- [Using the Apache Commons Lang 3 for Comparing Objects in Java ](https://www.baeldung.com/java-apache-commons-lang-3-compare-objects )
2023-12-03 11:11:07 +08:00
- [Return First Non-null Value in Java ](https://www.baeldung.com/java-first-non-null )
2024-01-19 09:48:27 +08:00
- [Compress and Uncompress Byte Array Using Deflater/Inflater ](https://www.baeldung.com/java-compress-uncompress-byte-array )
2023-12-10 18:58:04 +01:00
- [Static Final Variables in Java ](https://www.baeldung.com/java-static-final-variables )
2024-01-19 10:19:44 +08:00
- [What Is the Error: “Non-static method cannot be referenced from a static context”? ](https://www.baeldung.com/java-non-static-method-cannot-be-referenced-from-a-static-context )
2024-01-27 12:34:26 +05:30
- [Recursively Sum the Integers in an Array ](https://www.baeldung.com/java-recursive-sum-integer-array )
2024-02-03 08:56:36 +08:00
- [Set an Environment Variable at Runtime in Java ](https://www.baeldung.com/java-set-environment-variable-runtime )