try this one....
in the countAppearence method always at the time of invoke plz pass first and last arg's 0.
Ex.
System.out.println(xyz.countAppearence(0,"Gautam Shah ","a",0));
System.out.println(xyz.countAppearence(0,"Arun Mahajan ","n",0));
xyz is the name of the class in which this proc exists.
[ March 13, 2002: Message edited by: gautam shah ]