19ย years ago
Highlights
Community contributions featuredI tried flush(), but it did seemingly nothing.edit:I got it working with this:PrintWriter out = new PrintWriter(socket.getOutputStream(), true);out.println("hello");I'm not sureโฆ
19ย years ago
19ย years ago
When I'm sending messages it will not actually send the text unless I close the connection, but I need to send multiple messages back and fourth during a single connection. hereโฆ
19ย years ago
Sometimes in my multithreaded program after starting 2 threads it hangs, although the close button is clickable, but the area inside the window is frozen, and also in Eclipse thโฆ
19ย years ago
Is it possible to load some xml from a string rather than from a file? eg "<test>aaab</test>" Heres what I've got so far: DocumentBuilderFactory dbf = DocumentBuildeโฆ
19ย years ago
Latest Activity
See all in DiscussionsI tried flush(), but it did seemingly nothing.edit:I got it working with this:PrintWriter out = new PrintWriter(socket.getOutputStream(), true);out.println("hello");I'm not sure โฆ
19ย years ago
When I'm sending messages it will not actually send the text unless I close the connection, but I need to โฆ
19ย years ago
Quote:Original post by AntheusAs long as you don't access "document" from anywhere else, this guarantees you thread-safety.Do you mean anywhere โฆ
19ย years ago