OT OT OT
Here I am again working overtime... Oh well m J2ME application works fine in the emulator but failed on the device.. What it does is it posts n number of datas to the server, however it always fail...
[code]
public void run() {
for(int i = 0; i < n; i++) {
postData();
}
[/code]
[code]
public void run() {
for(int i = 0; i < n; i++) {
postData();
}
[/code]
0 Responses to "OT OT OT"
Post a Comment