Java

On this page you can find links to all the Java tutorials I have made. If you have any questions email me at wuppy29@gmail.com.

- Basic Class file
- Hello World! + About Eclipse and Java

Variables
- int
- short
- byte
- long
- double
- float
- String
- char
- boolean

- Creating a screen







If  you would like to donate to me you can click over here.

2 opmerkingen:

  1. I don't see void up there. What kind is that?

    BeantwoordenVerwijderen
    Reacties
    1. Void means nothing. But you can't have a void variable. Voids are only used in methods, but that is something for a later tutorial. First I will do the more basic things.

      Verwijderen