manipulative function in java
Answers
Answered by
0
Answer:
A string in literal terms is a series of characters. Hey, did you say characters, isn’t it a primitive data type in Java. Yes, so in technical terms, the basic Java String is basically an array of characters.
So my above string of “ROSE” can be represented as the following –
Similar questions