0 votes
in JAVA by

Which interface is used to represent an immutable set of characters in Java?

a) CharSequence

b) String

c) StringBuilder

d) StringBuffer

1 Answer

0 votes
by

Answer: b) String

Explanation: The String class in Java represents an immutable set of characters.

...