there would be better way of doing so, but one of the simplest way to do so
is by serializing the object whose method you need to call, inside object
you need to have one more attribute say int code.
each code are distinct for each methods in that class.Now when server
receive this object and de-serialize it , check the code and call that
appropriate method of that class on that object using simple if_else
switche.

On Fri, Mar 23, 2012 at 10:07 AM, Aman Kumar <amanas...@gmail.com> wrote:

> Hii to all
>
> how to make a call of class's method(function) from client side to
> server in java?
>
> please reply....it's urgent
>
> --
> You received this message because you are subscribed to the Google Groups
> "Algorithm Geeks" group.
> To post to this group, send email to algogeeks@googlegroups.com.
> To unsubscribe from this group, send email to
> algogeeks+unsubscr...@googlegroups.com.
> For more options, visit this group at
> http://groups.google.com/group/algogeeks?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Algorithm Geeks" group.
To post to this group, send email to algogeeks@googlegroups.com.
To unsubscribe from this group, send email to 
algogeeks+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/algogeeks?hl=en.

Reply via email to