on 3/3/01 11:30 AM, "Jon Stevens" <[EMAIL PROTECTED]> wrote:

> Hashtable strings = new Hashtable();
> while (true)
> {
> int i = 0;
> strings.put ("dead" + i, new StringBuffer(9999999));
> i++;
> }

AHHHHHHHHH! I have a head/sinus cold. I can't code today at all.

Move the int i=0; out of the loop.

-jon

-- 
If you come from a Perl or PHP background, JSP is a way to take
your pain to new levels. --Anonymous
<http://jakarta.apache.org/velocity/ymtd/ymtd.html>


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to