2022-05-05 05:20:19 +02:00
|
|
|
## Core Java Lang (Part 5)
|
|
|
|
|
|
|
|
This module contains articles about core features in the Java language
|
|
|
|
|
2022-05-10 06:12:49 +05:00
|
|
|
### Relevant Articles:
|
|
|
|
|
|
|
|
- [Difference Between == and equals() in Java](https://www.baeldung.com/java-equals-method-operator-difference)
|
2022-07-14 08:32:27 +05:00
|
|
|
- [Advantages and Disadvantages of Using Java Wildcard Imports](https://www.baeldung.com/java-wildcard-imports)
|
2022-08-25 17:04:21 +05:00
|
|
|
- [Toggle a Boolean Variable in Java](https://www.baeldung.com/java-toggle-boolean)
|
2022-09-17 05:56:27 +05:00
|
|
|
- [Handle Classes With the Same Name in Java](https://www.baeldung.com/java-classes-same-name)
|
2022-10-16 11:17:34 +08:00
|
|
|
- [Variable Instantiation on Declaration vs. on Constructor in Java](https://www.baeldung.com/java-variable-instantiation-declaration-vs-constructor)
|
|
|
|
- [Infinity in Java](https://www.baeldung.com/java-infinity)
|
2022-12-15 16:19:40 +08:00
|
|
|
- [Type Parameter vs Wildcard in Java Generics](https://www.baeldung.com/java-generics-type-parameter-vs-wildcard)
|
2022-12-22 21:57:36 +08:00
|
|
|
- [Convert Between int and char in Java](https://www.baeldung.com/java-convert-int-char)
|
2023-01-26 15:57:56 +08:00
|
|
|
- [Converting a Number from One Base to Another in Java](https://www.baeldung.com/java-converting-a-number-from-one-base-to-another)
|
2023-01-26 16:12:14 +08:00
|
|
|
- [Check if Command-Line Arguments Are Null in Java](https://www.baeldung.com/java-check-command-line-args)
|