Java 2 SE version 1.4 was released in February 2002, and has reached its End of Service Life on October 30th 2008.
How does one set a timeout on a BufferedReader and a PrintWriter created using a socket connection? Here is the …
java sockets bufferedreader java1.4 printwriterSince Java 1.4 doesn't have enums I'm am doing something like this: public class SomeClass { public static int SOME_VALUE_1 = 0; public …
java enums java1.4What is the best way to debug java.lang.OutOfMemoryError exceptions? When this happens to our application, our app server (…
java out-of-memory coredump java1.4 thread-dumpI'm trying to get the elements out of a namingenumeration. The namingenumeration itself is not null, but hasNext() gives me …
java active-directory ldap java1.4Looking at some old code in Java 1.4 but I'm unfamiliar with Java. Does Java 1.4 have generics? I've been looking through …
java java1.4