Hi all,
I am using a separate
thread for exchanging data between my midlet and
servlet. Is there any way to terminate or cancel this operation?
Since there is no way to forcibly stop a thread in CLDC 1.0, so how will a user cancel the network communication? This might be required if it is taking too long or for any other reason.
Danish