2021-02-14 12:12:48 +01:00
|
|
|
|
## Core Java Lang (Part 4)
|
|
|
|
|
|
|
|
|
|
This module contains articles about core features in the Java language
|
|
|
|
|
|
2021-03-17 23:05:02 +08:00
|
|
|
|
- [The Java final Keyword – Impact on Performance](https://www.baeldung.com/java-final-performance)
|
2021-04-21 23:47:20 +08:00
|
|
|
|
- [The package-info.java File](https://www.baeldung.com/java-package-info)
|
2021-04-29 05:49:08 +08:00
|
|
|
|
- [What are Compile-time Constants in Java?](https://www.baeldung.com/java-compile-time-constants)
|
2021-05-20 01:11:05 +08:00
|
|
|
|
- [Java Objects.hash() vs Objects.hashCode()](https://www.baeldung.com/java-objects-hash-vs-objects-hashcode)
|
2021-06-17 01:01:39 +08:00
|
|
|
|
- [Referencing a Method in Javadoc Comments](https://www.baeldung.com/java-method-in-javadoc)
|
2021-07-14 21:52:59 +08:00
|
|
|
|
- [Tiered Compilation in JVM](https://www.baeldung.com/jvm-tiered-compilation)
|
2021-09-22 22:46:39 +08:00
|
|
|
|
- [Fixing the “Declared package does not match the expected package” Error](https://www.baeldung.com/java-declared-expected-package-error)
|
2021-11-10 19:13:39 +08:00
|
|
|
|
- [Chaining Constructors in Java](https://www.baeldung.com/java-chain-constructors)
|
2022-03-16 21:50:01 +08:00
|
|
|
|
- [Difference Between POJO, JavaBeans, DTO and VO](https://www.baeldung.com/java-pojo-javabeans-dto-vo)
|
2022-04-18 17:02:21 +05:00
|
|
|
|
- [Implements vs. Extends in Java](https://www.baeldung.com/java-implements-vs-extends)
|