Add java and jvm section
This commit is contained in:
parent
75a9e9cf02
commit
fa1bb48186
3 changed files with 10 additions and 0 deletions
|
@ -26,6 +26,8 @@
|
||||||
- [Web](./dev/web/main.md)
|
- [Web](./dev/web/main.md)
|
||||||
- [front](./dev/web/front/main.md)
|
- [front](./dev/web/front/main.md)
|
||||||
- [babel and babel-preset-stage-2](./dev/web/front/babel-preset-stage-2.md)
|
- [babel and babel-preset-stage-2](./dev/web/front/babel-preset-stage-2.md)
|
||||||
|
- [JVM](./dev/jvm/main.md)
|
||||||
|
- [Java](./dev/jvm/java/main.md)
|
||||||
- [Regex](./dev/regex/main.md)
|
- [Regex](./dev/regex/main.md)
|
||||||
- [Tools](./dev/tools/main.md)
|
- [Tools](./dev/tools/main.md)
|
||||||
- [Git](./dev/tools/git.md)
|
- [Git](./dev/tools/git.md)
|
||||||
|
|
7
src/dev/jvm/java/main.md
Normal file
7
src/dev/jvm/java/main.md
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
# Java
|
||||||
|
|
||||||
|
## Defaults
|
||||||
|
|
||||||
|
Java uses `int` (64 bits) as default type for integer numbers
|
||||||
|
|
||||||
|
Java uses `double` as default type for floating point number (`double` precision `float` precision)
|
1
src/dev/jvm/main.md
Normal file
1
src/dev/jvm/main.md
Normal file
|
@ -0,0 +1 @@
|
||||||
|
# JVM
|
Loading…
Reference in a new issue