Introduction to Java Programming


Table of Contents

1. Intro to Object Programming
First Section of the Introduction
2. Conclusion
Advanced topics
Where To Go Further?

List of Tables

2.1. Comparison of the execution time for two sorting algs: bubblesort and Java built-in sort, measured on 2004-02-04 by Tomáš Pitner

Chapter 1. Intro to Object Programming

First Section of the Introduction

Some Theoretical Background...

Chapter 2. Conclusion

Advanced topics

More complex program will be shown...

Where To Go Further?

Und noch einmal, Messungen...

Table 2.1. Comparison of the execution time for two sorting algs: bubblesort and Java built-in sort, measured on 2004-02-04 by Tomáš Pitner
Data size (M items) / Time (s)120406080100
Bubble Sort [Tomas Pitner]140016003600640010000
Java Built-in Sort [Tomas Pitner]12550100150200