Documents

Here you find some links to my favourite documents, articles and posts on the web.


Java related stuff:


Title Language Description Link
Code Conventions for the Java Programming Language English The official code conventions from Oracle, a "must-read" for every Java dev! Read
Standard System Properties English A list of standard system properties (used with System.getProperty()). Read
What's new for Java 7 English An overview about the new features in Java 7 from the view of the Eclipse project. Read
The absolute minimum every software developer absolutely, positively must know about Unicode and character sets English Well, the title says it all. A good and interesting document! Read
Interface vs. Abstract Class English Describes when to use an interface and when to use an abstract class. Read
Java und seine Modifier German An overview of access and non-access modifiers in Java. Read
Call by value / Call by reference German Java never uses call by reference, always call by value! Read
Die häufigsten Compiler Errors, Runtime Exceptions, Runtime Errors, Warnungen und der Stacktrace German This is an overview of the "most popular" exceptions, errors and warnings in Java (with examples). Read

Other stuff:


Title Language Description Link
Why Python? English The hacker and open source advocate Eric S. Raymond writes about the way he began to use Python. Read
Exclusive Video of XerXes DoS Attack English "The Jester" demonstrates a DoS attack with his tool "XerXes". Read
DDoS Attacken Tutorial German A document about DDoS attacks, written by Marc Ruef at computec.ch. It's not really a tutorial, but it shows the various types of DDoS attacks. Read