Dear all, I want to send and receive a big size class data. I knew how to send and receive a small size class data at a time. Now I need to send and receive a big size class data. Any help will be appreciated. Thanks in advance. Regards.
Norio Sasagawa
Class is as follows.
public class returnInfo {
private java.lang.String result;
private java.lang.String[] returnDetail;
}
If returnDetail becomes many time, it will be OutOfMemory Exception.
