Ask Question
10 January, 23:13

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. 11 January, 00:28
    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 and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers