https://github.com/sshh12/javaisweird
A helpful collection of java stuff.
https://github.com/sshh12/javaisweird
guide handbook java weird
Last synced: 11 months ago
JSON representation
A helpful collection of java stuff.
- Host: GitHub
- URL: https://github.com/sshh12/javaisweird
- Owner: sshh12
- License: mit
- Created: 2017-08-31T22:59:25.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-25T18:58:07.000Z (about 8 years ago)
- Last Synced: 2025-06-25T03:45:33.727Z (12 months ago)
- Topics: guide, handbook, java, weird
- Homepage:
- Size: 28.3 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Java is weird.
A collection of trivial java stuff.
### Categories
* [Primitives](https://github.com/sshh12/JavaIsWierd/blob/master/examples/primitives.md)
* [Syntax](https://github.com/sshh12/JavaIsWierd/blob/master/examples/syntax.md)
* [Strings](https://github.com/sshh12/JavaIsWierd/blob/master/examples/strings.md)
* [String Formatting](https://github.com/sshh12/JavaIsWierd/blob/master/examples/printf.md)
* [Errors](https://github.com/sshh12/JavaIsWierd/blob/master/examples/errors.md)
* [Arrays and Collections](https://github.com/sshh12/JavaIsWierd/blob/master/examples/arraycollect.md)
* [Loops and Conditionals](https://github.com/sshh12/JavaIsWierd/blob/master/examples/loopscond.md)
* [BigInteger](https://github.com/sshh12/JavaIsWierd/blob/master/examples/biginteger.md)
* [Classes](https://github.com/sshh12/JavaIsWierd/blob/master/examples/classes.md)
* [Regex](https://github.com/sshh12/JavaIsWierd/blob/master/examples/regex.md)
* [Statics](https://github.com/sshh12/JavaIsWierd/blob/master/examples/statics.md)
* [java.lang](https://github.com/sshh12/JavaIsWierd/blob/master/examples/langapi.md)