Ask Question
5 January, 17:39

In Java, String[] indicates:

a. series of strings.

b. local parameters of series of strings.

c. formal parameters of series of string.

d. array of strings

+3
Answers (1)
  1. 5 January, 20:01
    0
    D. Array of strings

    Explanation:

    In Java, strings are objects, and also constants, their value cannot be changed. A string class contains a collection of objects, that class is provided by Java to create and manipulate strings. String class is defined as a sequence (or array) of characters.

    The answer is D. Array of strings
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “In Java, String[] indicates: a. series of strings. b. local parameters of series of strings. c. formal parameters of series of string. d. ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers