Table des matières
Documentation Java
Tips & Tricks
Documentation Java
Aperçu du langage Java sur Wikipedia
http://fr.wikipedia.org/wiki/Java_
(langage)#Le_langage
Le
didactitiel de Jean-Michel Doudoux
Ch.3 “La syntaxe et les éléments de bases de Java”
http://www.jmdoudoux.fr/java/dej/chap-syntaxe.htm
Ch.4 “la POO”
http://www.jmdoudoux.fr/java/dej/chap-poo.htm
Les cours et tutoriels de
Serge Tahé
Les collections
http://fr.openclassrooms.com/informatique/cours/apprenez-a-programmer-en-java/les-differents-types-de-collections
http://www.jmdoudoux.fr/java/dej/chap-collections.htm
Pour aller plus loin :
“La gestion des Exceptions” Ch.7
http://www.jmdoudoux.fr/java/dej/chap-exceptions.htm
“Le multitâche” Ch.8
http://www.jmdoudoux.fr/java/dej/chap-multitache.htm
Tips & Tricks
Lire des fichiers texte - Read text file
BufferedReader, FileReader, Stream, Files.line :
http://www.mkyong.com/java8/java-8-stream-read-a-file-line-by-line/