21.11.2014 Views

PJWSTK - MAS - Wykład 05

PJWSTK - MAS - Wykład 05

PJWSTK - MAS - Wykład 05

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

Tablice<br />

o Zalety<br />

o Wady<br />

int[] a1 = { 1, 2, 3, 4, 5 };<br />

int[] a2 = a1; // co tu się dzieje?<br />

Integer[] a = new Integer[rand.nextInt(20)];<br />

a[i] = new Integer(rand.nextInt(500));<br />

o Użyteczne metody: java.util.Arrays<br />

Modelowanie i Analiza Systemów Informacyjnych (<strong>MAS</strong>), wykład 3 4

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!