Erik Kiss

Greenhorn
+ Follow
since Nov 25, 2018
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Erik Kiss

Hi!

I make a Server-Client program.

I send strings to the client and the Client save them to a list.
Server:

Client:


Is it possible that I will send integers to client, and client save to an other list as soon as the first transmission is over?
If possible, please help me how to do it. With examples.

Thank you
5 years ago
Hi!

In my java project there are 2 classes. A Server and a Client. The song scanned by the server has to be stream to the client. (the song in a folder in my pc)

How to read a music file and send to the client?

Thank you
5 years ago