Top "Java1.4" questions

Java 2 SE version 1.4 was released in February 2002, and has reached its End of Service Life on October 30th 2008.

Java copy section of array

Is there a method that will copy a section of an array(not arraylist) and make a new array from …

java arrays copy java1.4
How do you set a timeout on BufferedReader and PrintWriter in Java 1.4?

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 printwriter
Alternative to enum in Java 1.4

Since 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.4
How to debug Java OutOfMemory exceptions?

What 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-dump
get jsp response as a string inside servlet

Is there a way to get response from a jsp file as a String inside servlet. Something like protected void …

java jsp servlets java1.4
Getting elements out of a NamingEnumeration

I'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.4
Does Java 1.4 have generics?

Looking 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