I am learning Java.
Could anyone pls let me know the following:
I find that the appropriate package should be selected for a
particular class to be used in a program and also choose the
appropriate class as a superclass.
I want to know how is it possible to know that a particular belongs
to the package and also how to know that any superclass can be used
in my program.