Show Menu
Cheatography

Java Cheat Sheet (DRAFT) by

Cheat sheet java crée à partir des cours de bloc1 du cours de java de la section Développement d'applications de l'Hénallux

This is a draft cheat sheet. It is a work in progress and is not finished yet.

Variable Types

String
texte
int
entier
double
réel
 

Standard Functions

System.ou­t.p­rin­tln­("")
Afficher du txt
variable = clavie­r.n­ext()
Taper du txt
variable = clavie­r.n­ext­Int()
Rentrer un entier
Pour clavier --> Scanner clavier = new Scanne­r(S­yst­em.in)

Advanced function

switch (<v­ari­abl­e>){ case 1: <in­str­uct­ion­s>; break; }
Fonction swtich case
return switch (<v­ari­abl­e>){ case 1 -> <in­str­uct­ion­s>; }
Fonction return switch case
Possib­ilité de faire "­default : / default ->" pour tout autre cas