Hi,
If i have a function,
pubilc string testFun1(String s1,String s2)
{
return testFun1(s1,s2,false);
}
public String testFun1(String s1,String s2, Boolean test)
{
calling some other fn which return String.
}
Now is there any way to Test which fn get called if arguments passed are two or three?
Thanking You,
Ragards,
Dinesh N.
--
India.com free e-mail - www.india.com.
Check out our value-added Premium features, such as an extra 20MB for mail storage,
POP3, e-mail forwarding, and ads-free mailboxes!
Powered by Outblaze
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]