Hi,

I have a class at the server side containing 2  overloaded constructors one
with no arguments and the other accepting a String argument.
eg : public TestOverloaded(){}
public TestOverloaded(String argname){}

The problem is that when i am trying to invoke the constructor with the
argument from my RPCCLIENT it is invoking the default constructor.

Can some one please suggest me on this.

Thanks & Regards,
Aruna Sydu

Reply via email to