Hi to every one..
any one help me..
class
Test {
public static void main(
String[] args)
{
String a="SDF";
String b[]=a.split(",");
System.out.println("size is----------"+b.length);
}
}
when I run this program I am getting out put as
size is----------1 why I am getting size as 1
I am expecting the output
size is----------0 Any one send me the reply as early as possible.
Thanks in advance.
--
Ishmayel.