Class Hello

java.lang.Object
  extended by Hello

public class Hello
extends java.lang.Object

Demo trida, ktera vypise Hello world na std. vystup.

Author:
Radek Oslejsek, ...

Constructor Summary
Hello()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void show(int i, int j)
          Metoda vypise...
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Hello

public Hello()
Method Detail

main

public static void main(java.lang.String[] args)

show

public void show(int i,
                 int j)
Metoda vypise...

Parameters:
i - cislo, ktere urcuje...
j - ....