Java training page

Literature:

en.algoritmy.net - examples of many algorithms solved in Java, see list in the left column

compile on-line - site to try some simple tasks

tutorialspoint.com - very good literature for a repetition before exam; just read it from page to page

 

Examples from training:

java - zip - basic aritmetic operation

java - zip - use scanner; use recursion (factorial)

java - zip - object declaration example

java - zip - bubblesort example, reading file use scanner example
   (note: absolute address of file has to be changed to your value, or to: "N:\\11.txt" for Windows in room 404; file must exist.)

NimGame.zip