OT OT OT

Basically a blog which is a mixture of anything that comes up in the author's mind. From the technologies that makes his life convenient to the everyday news in his country.

OT OT OT

Tuesday, March 11, 2008

(0) Comments

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]

0 Responses to "OT OT OT"

Post a Comment

Contributors