Computer Science, asked by pawarsiddharth137, 3 months ago

select correct method name of string object​

Answers

Answered by sazidakhatoon26
0

Answer:

String is a sequence of characters, for e.g. “Hello” is a string of 5 characters. In java, string is an immutable object which means it is constant and can cannot be changed once it has been created. In this tutorial we will learn about String class and String methods in detail along with many other Java String tutorials.

Similar questions