Technical University of Denmark DTU
02115   Java Programming
Autumn 2011

Some Java supplement


Java performance

In the paper   Java performance   Peter Sestoft gives some advice on improving the execution of Java programs by reducing their time and space consumption.

The advices are illustrated by many examples.

Beauty and the Beast

Take a look at this technical report, Umeå University, 2007:   Beauty and the Beast   to see the difference between the readability of a decomposed and a monolithic solution to the problem of finding the next day given the triple (day, month, year)

For non-researchers at least sections 1, 2 and 4 are interesting. Enjoy the reading and the beauty of the section 4.1 solution.


Jens Thyge Kristensen, Email: jtk@imm.dtu.dk

Newest edition:   19. August