06.12.2017 Views

Stringovi JAVA

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

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

PRIMJER 1-Rešenje<br />

public class dvastringa {<br />

public static void main(String Args[]) {<br />

String a = new String(" Ja sam maturant ");<br />

String b = "GIMNAZIJE";<br />

String c = a+b;<br />

System.out.println(c);<br />

int duzina = b.length();<br />

System.out.println(" Duzina stringa je " + duzina);<br />

}<br />

}

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

Saved successfully!

Ooh no, something went wrong!