java-tutorials/core-java-modules/core-java-lang-4/README.md

15 lines
1.1 KiB
Markdown
Raw Normal View History

## 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)
2023-05-27 07:29:40 -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)
2021-09-22 10:46:39 -04:00
- [Fixing the “Declared package does not match the expected package” Error](https://www.baeldung.com/java-declared-expected-package-error)
2021-11-10 06:13:39 -05:00
- [Chaining Constructors in Java](https://www.baeldung.com/java-chain-constructors)
2022-03-16 09:50:01 -04:00
- [Difference Between POJO, JavaBeans, DTO and VO](https://www.baeldung.com/java-pojo-javabeans-dto-vo)
- [Implements vs. Extends in Java](https://www.baeldung.com/java-implements-vs-extends)