If someone provides me a .class how can I use it together with my other class(es) to run it?
What do I need to know about this other .class so I can use it? How do I use it if this .class has public methods (don't care about the implementation, just wants to use it).
Karen, The person who gave you the .class file typically tells you the name of the class and the public methods in it. This could be in the form of JavaDoc or even a list.