SEARCH
You are in browse mode. You must login to use MEMORY

   Log in to start


From course:

4IT101 - ZT

» Start this Course
(Practice similar questions for free)
Question:

V následující ukázce se rozdělí textový řetězec na více částí: String adr = "Karel Novák,Dlouhá 35,Praha 1,101 00"; String [] casti = adr.split(","); ● Co vypíše následující řádek kódu: System.out.print (casti[2]);

Author: Karel Marčík



Answer:

Praha 1 (číslovaní od 0)


0 / 5  (0 ratings)

1 answer(s) in total