Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror
×
Java

Journal masterwit's Journal: Bored 2

Didn't like much of the articles past day. Oh well...

_public class Bored{

___public Object value;

___public Object next;

___public void entertain(){

__________throws WhiteNoiseException

______Bored temp = new Bored();

______value = Google.fetch();

______next = temp;

______if(entertain.value == null)

__________temp.entertain;

}}

(The linked list from hell)

This discussion has been archived. No new comments can be posted.

Bored

Comments Filter:

You knew the job was dangerous when you took it, Fred. -- Superchicken

Working...