Ask Question
17 February, 08:15

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

+4
Answers (1)
  1. 17 February, 08:39
    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?
Find 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 the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers