1.

Explain the string subSequence method.

Answer»

The Java STRING subSequence() method is a built-in function that RETURNS a charSequence (a subsequence) from a string.



Discussion

No Comment Found