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

17 lines
1.2 KiB
Markdown
Raw Normal View History

## Core Java Lang (Part 5)
This module contains articles about core features in the Java language
### Relevant Articles:
- [Difference Between == and equals() in Java](https://www.baeldung.com/java-equals-method-operator-difference)
- [Advantages and Disadvantages of Using Java Wildcard Imports](https://www.baeldung.com/java-wildcard-imports)
- [Toggle a Boolean Variable in Java](https://www.baeldung.com/java-toggle-boolean)
- [Handle Classes With the Same Name in Java](https://www.baeldung.com/java-classes-same-name)
2022-10-15 23:17:34 -04: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 03:19:40 -05:00
- [Type Parameter vs Wildcard in Java Generics](https://www.baeldung.com/java-generics-type-parameter-vs-wildcard)
2022-12-22 08:57:36 -05:00
- [Convert Between int and char in Java](https://www.baeldung.com/java-convert-int-char)
2023-01-26 02:57:56 -05: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 03:12:14 -05:00
- [Check if Command-Line Arguments Are Null in Java](https://www.baeldung.com/java-check-command-line-args)