KnowledgeBoat Logo

Computer Applications

A string internally creates:

  1. An integer array
  2. A numeric array
  3. A character array
  4. A double type array

Java String Handling

28 Likes

Answer

A character array

Reason — String data type creates a character array to store a set of characters in different cells.

Answered By

14 Likes


Related Questions