The old Java course page (2013)
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
Software:
All the task have been prepared using NetBeans IDE. Java FXML reguires some scene builder, for example Gluon.
(Java SE platform comes with the NetBeans, no other installation is required.)
Examples from training:
html - java - zip - basic aritmetic operation
html - java - zip - use scanner; use recursion (factorial)
linkled list source, use build-in. Use pre-declared queue.
java - "tree using null in Java" example
html - java - zip - object declaration example
html - java - zip - object declaration example, separate source file for the object declaration
html - 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.)
Mergesort (html only).
JavaFX example.
NimGame.zip (JavaFX, text version here)
FXML example: crossrd.zip (should be unpacked to a CrossRd directory in the NetBeansProject)