An open API service indexing awesome lists of open source software.

https://github.com/alex-cultrera/java-topics...user-guide

A reference library I created covering various concepts and topics in Java with descriptions and examples
https://github.com/alex-cultrera/java-topics...user-guide

Last synced: 25 days ago
JSON representation

A reference library I created covering various concepts and topics in Java with descriptions and examples

Awesome Lists containing this project

README

        

# Java Topics: user guide

A reference library I created covering various concepts and topics in Java with descriptions and examples

## Featured Topics

- Annotations
- Arrays
- Sorting Arrays
- Collections
- Dates and Times
- Enums
- File Reader
- Generics
- if and else statements
- Loops
- Multithreading
- Non-primitive data types
- Optionals
- POJOs
- Primitive data types
- Random Number
- Reflection
- Scanner
- Streams
- Switch statements