python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
ServerSocket accepts not all connections when started not from main thread
I found that ServerSocket becomes partly irresponsible when when started from not main thread. Why? When I start ServerSocket in main thread everything works fine.
Main start class:
public class gui
{...
vico
Votes: 0
Answers: 1
How to perform unit test on a server socket?
I am a beginner in Java. I have built a client-server group chat application watching tutorials. I read a lot about unit tests and can implement in simple maths problems but i don't know how does it w...
Al Haqq
Votes: 0
Answers: 1
BufferedReader, Socket: How to get BufferedReader to print a multi-line string?
If I make any formatting errors with this question I apologize, this is my first question to stack overflow.
I saw a couple posts similar to what I am looking for but I cannot figure out how to apply ...
GMay
Votes: 0
Answers: 1
Global Server Socket
I created a socket server that I wanted to assign an address to so that the socket server is global and available to clients. However, I tried for a long time to associate the server with the address ...
Turtle corporation
Votes: 0
Answers: 0