Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nkcoder/java-refresh
Refresh my Java knowledge.
https://github.com/nkcoder/java-refresh
java17
Last synced: 1 day ago
JSON representation
Refresh my Java knowledge.
- Host: GitHub
- URL: https://github.com/nkcoder/java-refresh
- Owner: nkcoder
- Created: 2023-08-31T11:26:13.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-06T03:41:16.000Z (about 1 year ago)
- Last Synced: 2024-04-16T17:17:43.874Z (7 months ago)
- Topics: java17
- Language: Java
- Homepage:
- Size: 125 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Refreshing my knowledge of Java so that I'm not falling behind.
### Main features after Java 8
- Collection factory methods (Java 9)
- Private methods in interfaces (Java 9)
- New `Optional` methods (Java 9)
- Local type inference (Java 10)
- New String methods (Java 12)
- New `switch` (Java 13)
- New instanceof (Java 14)
- The `record` keyword (Java 14)
- `sealed` classes and interfaces (Java 15)
- The text block (Java 15)### Advanced Topics
- Annotation
- Generic
- IO
- NIO
- Serialization/Deserialization### References
- [Effective Java (3rd Edition)](https://www.amazon.com.au/Effective-Java-Joshua-Bloch/dp/0134685997).