Posted By:
Patrick_Lindborg
Posted On:
Saturday, February 22, 2003 02:41 PM
What's the diffence between
DatagramPacket
in jdk 1,4 and
Datagram
in j2me??
When I use j2me for recieving a response from a server I lose the beginning of the string. In jdk 1.4 everything works like acharm
I'll give a example:
In j2me I recieve
789
and in jdk1.4 i recieve
123456789
Hope u understand my question.
/Patrick