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

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.

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)