Communication b/w C and Java thru Socket programming

Hi All,

I've to write code which communicates between java code and C code through Socket programming. I've to read some information given by C program and to show that information through a Java GUI application. So I need to use Socket programming for that.Can anyone suggest how is it possible?

Thanks in Advance......

Thanks & Regards,

Sneha.

[382 byte] By [snehaa] at [2007-11-27 8:42:52]
# 1
It is possible as you normally write server and clients. Just make a serverSocket(C or JAVA) and a clientSocket (C or Java). which language you are using at ends does not matter.
sachin.agrawala at 2007-7-12 20:42:20 > top of Java-index,Core,Core APIs...