| Author |
How to make a socket between java and c++ application.
|
phooton misra
Ranch Hand
Joined: Jul 31, 2012
Posts: 35
|
|
|
Somebody please suggest me how can i make a socket program between c++ and java application?
|
 |
Henry Wong
author
Sheriff
Joined: Sep 28, 2004
Posts: 16692
|
|
phooton misra wrote:Somebody please suggest me how can i make a socket program between c++ and java application?
Java supports standard network protocols -- both TCP and UDP -- so the standard Java usage of sockets will communicate fine with their C / C++ counterparts. There is no need to do anything different if the other program is C++, just use the matching protocol configurations, and it will work.
Henry
|
Books: Java Threads, 3rd Edition, Jini in a Nutshell, and Java Gems (contributor)
|
 |
 |
|
|
subject: How to make a socket between java and c++ application.
|
|
|