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

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