Introduction to Java Programming


Obsah

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

Kapitola 1. Intro to Object Programming

First Section of the Introduction

Some Theoretical Background...

Kapitola 2. Conclusion

Advanced topics

More complex program will be shown...

Pokus.java
1 /** javadoc comment? */
2 public class Pokus {
3     // to je good!
4     int jedna = 123;
5     public int nic(String param) {
6         return 5;
7     }
8 }

Where To Go Further?

Und noch einmal, Messungen...