Pregunta de entrevista de Zenus Group

what are the different types of split methods in java

Respuesta de la entrevista

Anónimo

9 de abr de 2023

There are two syntaxes of split() in Java for two different method signatures. The first one takes the limit, and the other does not. Syntax of split() in Java with limit provided: string.