Hello, i'd like to know what do the following mean in java?



.split("/")
.split("\\.")


Also while iterating, for example:
[code=Java]