Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

An argument can be passed into a method in two ways: by value and by reference.?

True or false?

4 Answers

Relevance
  • Anonymous
    1 decade ago
    Favorite Answer

    Yes its true.

  • 1 decade ago

    True.

  • ?
    Lv 6
    1 decade ago

    true

  • ?
    Lv 4
    4 years ago

    replace your function to this public static String[] ReturnedValue(String[] words, int word_count) { String[] newArray = new String[word_count]; int newLength = words.length; for(int ok = 0; ok <newLength; ok++) { newArray[ok] = words[ok] + "."; // errors } return newArray; }

Still have questions? Get your answers by asking now.