In (for example) the IDE Eclipse, you can write obj. and press ctrl+space and it will try to auto-complete by giving you all the method options for the given object. IfIf that fails me for some reason, the Java API has the rest of the answers. I'd be hard pressed to think of a day when I didn't googleGoogle how to do something.
School is a completely different story though.