S
S
Spider202019-02-11 12:34:48
Python
Spider20, 2019-02-11 12:34:48

Socket exchange between Python and Java?

I am a beginner programmer, now I am learning Java, before that I studied Python. The question is, how can you do a socket exchange between a "server" in Python and a "client" in Java?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
I
igorzakhar, 2019-02-11
@Spider20

A socket is an abstraction of the operating system, a kind of kernel data structure that is independent of the programming language. You can write the server in one language and write the client in another language. The "server" program creates a listening socket (listen), the client program written in another PL connects (connect) to the server.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question