I need to write a small java app which will navigate to a webpage and retrieve the default page

This sort of this is trivial in vb - using inet control, but how can I do it in java?

The app is to be invoked from a shell script and the only output will be using system.println.

Thanks