News

For GUI programming on Linux, I'd say the best toolkit by far is Qt. It's full-featured, has good documentation and tools such as GUI builders etc. Another popular choice is Gtk, but IMHO that's ...
Quick Java I/O question:Let's say I've got a TCP socket open to a server, and I'm writing bytes out to the OutputStream (retrieved via Socket.getOutputStream().I then call OutputStream.flush() on ...