hi all, i want to know how to transfer string data from j2me to the java application program on my pc please help me
How to transfer a string from j2me to java?
Collapse
X
-
-
i am writing a program in j2me and core java in that i need to pass a string array through bluetooth, i need to know only the technique to use in both j2me program and core java to send and resive a string array, thanks for ur replyComment
-
blacktiger,
I'll assume you can set up communications (which is something I'd appreciate your posting, by the way).
Try using the java.io.ObjectO utputStream and java.io.ObjectI nputStream classes. They should make the job relatively transparent, assuming you have a stable transport layer.
Cheers,
OralloyComment
Comment