Add java and jvm section

This commit is contained in:
Wilfried OLLIVIER 2023-10-22 11:02:01 +02:00
parent 75a9e9cf02
commit fa1bb48186
3 changed files with 10 additions and 0 deletions

View File

@ -26,6 +26,8 @@
- [Web](./dev/web/main.md)
- [front](./dev/web/front/main.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)
- [Tools](./dev/tools/main.md)
- [Git](./dev/tools/git.md)

7
src/dev/jvm/java/main.md Normal file
View 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
View File

@ -0,0 +1 @@
# JVM