Biology Forums - Study Force

Science-Related Homework Help Computer Studies Topic started by: Eels on Dec 16, 2016



Title: For the following code, what would be the value of str[2]? String[] str = {"abc", ...
Post by: Eels on Dec 16, 2016
For the following code, what would be the value of str[2]?

String[] str = {"abc", "def", "ghi", "jkl"};

A) a reference to the String "ghi"
B) "def"
C) a reference to the String "def"
D) "ghi"


Title: Re: For the following code, what would be the value of str[2]? String[] str = {"abc", ...
Post by: Toothy on Dec 16, 2016
Content hidden


Title: Re: For the following code, what would be the value of str[2]? String[] str = {"abc", ...
Post by: Eels on Jan 31, 2017
YOU'RE AWESOME


Title: Re: For the following code, what would be the value of str[2]? String[] str = {"abc", ...
Post by: Toothy on Mar 16, 2017
I'm happy to help