2bdba48843
* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade * [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java * [JAVA-1657] Upgraded JUnit Jupiter version * [JAVA-1657] Get JUnit 4 dependency transitively |
||
---|---|---|
.. | ||
src | ||
.gitignore | ||
README.md | ||
pom.xml |
README.md
Core Java Lang
This module contains articles about core features in the Java language
Relevant Articles:
- Generate equals() and hashCode() with Eclipse
- Iterating Over Enum Values in Java
- Comparator and Comparable in Java
- Recursion In Java
- A Guide to the finalize Method in Java
- Quick Guide to java.lang.System
- Using Java Assertions
- Synthetic Constructs in Java
- Retrieving a Class Name in Java
- Attaching Values to Java Enum
- The Java continue and break Keywords
- A Guide to Java Enums
- Infinite Loops in Java
- [More --> ]