17 lines
913 B
Markdown
17 lines
913 B
Markdown
|
## Core Java Lang Syntax
|
||
|
|
||
|
This module contains articles about Java syntax
|
||
|
|
||
|
### Relevant Articles:
|
||
|
- [The Basics of Java Generics](https://www.baeldung.com/java-generics)
|
||
|
- [Java Primitive Conversions](https://www.baeldung.com/java-primitive-conversions)
|
||
|
- [The Java continue and break Keywords](https://www.baeldung.com/java-continue-and-break)
|
||
|
- [A Guide to Creating Objects in Java](https://www.baeldung.com/java-initialization)
|
||
|
- [A Guide to Java Loops](https://www.baeldung.com/java-loops)
|
||
|
- [Varargs in Java](https://www.baeldung.com/java-varargs)
|
||
|
- [A Guide to Java Enums](https://www.baeldung.com/a-guide-to-java-enums)
|
||
|
- [Infinite Loops in Java](https://www.baeldung.com/infinite-loops-java)
|
||
|
- [Java Switch Statement](https://www.baeldung.com/java-switch)
|
||
|
- [Breaking Out of Nested Loops](https://www.baeldung.com/java-breaking-out-nested-loop)
|
||
|
- [[More -->]](/core-java-modules/core-java-lang-syntax-2)
|