2021-02-14 06:12:48 -05:00
|
|
|
|
## Core Java Lang (Part 4)
|
|
|
|
|
|
|
|
|
|
This module contains articles about core features in the Java language
|
|
|
|
|
|
2021-03-17 11:05:02 -04:00
|
|
|
|
- [The Java final Keyword – Impact on Performance](https://www.baeldung.com/java-final-performance)
|
2021-04-21 11:47:20 -04:00
|
|
|
|
- [The package-info.java File](https://www.baeldung.com/java-package-info)
|
2021-04-28 17:49:08 -04:00
|
|
|
|
- [What are Compile-time Constants in Java?](https://www.baeldung.com/java-compile-time-constants)
|
2021-05-19 13:11:05 -04:00
|
|
|
|
- [Java Objects.hash() vs Objects.hashCode()](https://www.baeldung.com/java-objects-hash-vs-objects-hashcode)
|
2021-06-16 13:01:39 -04:00
|
|
|
|
- [Referencing a Method in Javadoc Comments](https://www.baeldung.com/java-method-in-javadoc)
|
2021-07-14 09:52:59 -04:00
|
|
|
|
- [Tiered Compilation in JVM](https://www.baeldung.com/jvm-tiered-compilation)
|