Can we communicate with PC through J2ME?

I have Nokia 6600. Can I send any text or msg from an application on my mobile to the application running on my pc?

[122 byte] By [student@sunDNa] at [2007-11-27 11:24:11]
# 1

You can do it.

For example by using bluetooth, http or socket connection..

PeppeMEa at 2007-7-29 15:56:43 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Any example for that?

I have tried to use Socket but it shows error when try to compile the program.

student@sunDNa at 2007-7-29 15:56:43 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

http://developers.sun.com/mobility/midp/reference/techart/

There are many j2me midp articles, for example you can read it.

"J2ME Low-Level Network Programming with MIDP 2.0"

PeppeMEa at 2007-7-29 15:56:43 > top of Java-index,Java Mobility Forums,Java ME Technologies...