import java.util.*;

(thing) by ndrs (8.7 y) Sun Mar 12 2000 at 5:43:01

... is a line often found in the beginning of large java source files.

It imports all the contents of the package java.util into your namespace. There you will find lot's of useful things, of the kind that scripting languages have built in.

See also:

Y'know, if you log in, you can write something here, or contact authors directly on the site. Create a New User if you don't already have an account.