20 lines
1.2 KiB
Markdown
20 lines
1.2 KiB
Markdown
|
## Core Java Lang
|
||
|
|
||
|
This module contains articles about core features in the Java language
|
||
|
|
||
|
### Relevant Articles:
|
||
|
- [Generate equals() and hashCode() with Eclipse](https://www.baeldung.com/java-eclipse-equals-and-hashcode)
|
||
|
- [Iterating Over Enum Values in Java](https://www.baeldung.com/java-enum-iteration)
|
||
|
- [Comparator and Comparable in Java](https://www.baeldung.com/java-comparator-comparable)
|
||
|
- [Recursion In Java](https://www.baeldung.com/java-recursion)
|
||
|
- [A Guide to the finalize Method in Java](https://www.baeldung.com/java-finalize)
|
||
|
- [Quick Guide to java.lang.System](https://www.baeldung.com/java-lang-system)
|
||
|
- [Using Java Assertions](https://www.baeldung.com/java-assert)
|
||
|
- [Synthetic Constructs in Java](https://www.baeldung.com/java-synthetic)
|
||
|
- [Retrieving a Class Name in Java](https://www.baeldung.com/java-class-name)
|
||
|
- [Attaching Values to Java Enum](https://www.baeldung.com/java-enum-values)
|
||
|
- [The Java continue and break Keywords](https://www.baeldung.com/java-continue-and-break)
|
||
|
- [A Guide to Java Enums](https://www.baeldung.com/a-guide-to-java-enums)
|
||
|
- [Infinite Loops in Java](https://www.baeldung.com/infinite-loops-java)
|
||
|
- [[More --> ]](/core-java-modules/core-java-lang-2)
|