public class fake {
public static void main (String[] args) {
String s = "i.like.this.program.very.much";
String arr[] = s.split(".");
int n = arr.length;
System.out.println(n);
}
my output is coming '0'