Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hellokaton/java11-examples
java 11 example code
https://github.com/hellokaton/java11-examples
java-example java11 java11-example jdk11 jdk11-example
Last synced: 26 days ago
JSON representation
java 11 example code
- Host: GitHub
- URL: https://github.com/hellokaton/java11-examples
- Owner: hellokaton
- License: mit
- Created: 2018-07-10T09:56:31.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-10-24T15:45:37.000Z (about 1 year ago)
- Last Synced: 2024-09-30T13:01:55.317Z (about 1 month ago)
- Topics: java-example, java11, java11-example, jdk11, jdk11-example
- Language: Java
- Size: 17.6 KB
- Stars: 98
- Watchers: 4
- Forks: 95
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java11 Examples
This repository contains some new feature code after Java8, which runs on top of JDK 11.
- [var](src/main/java/io/github/biezhi/java11/var)
- [string](src/main/java/io/github/biezhi/java11/string)
- [collections](src/main/java/io/github/biezhi/java11/collections)
- [interface](src/main/java/io/github/biezhi/java11/interfaces)
- [http](src/main/java/io/github/biezhi/java11/http)
- [processor](src/main/java/io/github/biezhi/java11/processor)
- [try with resources](src/main/java/io/github/biezhi/java11/trywithresources)
- [files](src/main/java/io/github/biezhi/java11/files)
- [time](src/main/java/io/github/biezhi/java11/time)
- [single file](src/main/java/io/github/biezhi/java11/singlefile)# License
[MIT](LICENSE)