What is "string " in java .
Answers
Answered by
0
➡️String is a sequence of characters.
➡️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.
Answered by
1
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.
Step-by-step explanation:
Similar questions