Java and C programs communicating

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • ph0ngwh0ng

    Java and C programs communicating

    Is it possible to have a Java applet and a C program communicate? For
    example, is it possible to open a Java socket and communicate with a
    Win32 socket?

    Thanks for ANY advice :)
  • John Harlow

    #2
    Re: Java and C programs communicating

    ph0ngwh0ng wrote:[color=blue]
    > Is it possible to have a Java applet and a C program communicate? For
    > example, is it possible to open a Java socket and communicate with a
    > Win32 socket?[/color]

    Sure. Socket communications is essentially a data stream; it's independent
    of the languages used to implement it.


    Comment

    Working...