Hi.....



String a[] = new String();
String userName = "";
a[0]="Kalees";
userName = a[0];
a[0]=null;